index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
landlock
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/landlock: Rename "permitted" to "allowed" in ftruncate tests
Günther Noack
2024-01-03
1
-9
/
+8
*
selftests/landlock: Add tests to check unhandled rule's access rights
Mickaël Salaün
2023-12-22
2
-0
/
+66
*
selftests/landlock: Add tests to check unknown rule's access rights
Mickaël Salaün
2023-12-22
2
-2
/
+54
*
selftests/landlock: Add tests for FS topology changes with network rules
Mickaël Salaün
2023-10-27
1
-0
/
+59
*
selftests/landlock: Add network tests
Konstantin Meskhidze
2023-10-26
3
-0
/
+1745
*
selftests/landlock: Share enforce_ruleset() helper
Konstantin Meskhidze
2023-10-26
2
-10
/
+10
*
landlock: Support network rules with TCP bind and connect
Konstantin Meskhidze
2023-10-26
1
-1
/
+1
*
selftests/landlock: Fix a resource leak
Ding Xiang
2023-08-30
1
-3
/
+5
*
selftests/landlock: Add hostfs tests
Mickaël Salaün
2023-06-12
2
-1
/
+28
*
selftests/landlock: Add tests for pseudo filesystems
Mickaël Salaün
2023-06-12
2
-4
/
+259
*
selftests/landlock: Make mounts configurable
Mickaël Salaün
2023-06-12
1
-5
/
+40
*
selftests/landlock: Add supports_filesystem() helper
Mickaël Salaün
2023-06-12
1
-13
/
+23
*
selftests/landlock: Don't create useless file layouts
Mickaël Salaün
2023-06-12
1
-6
/
+20
*
selftests/landlock: Test ptrace as much as possible with Yama
Jeff Xu
2023-01-27
1
-17
/
+96
*
selftests/landlock: Skip overlayfs tests when not supported
Jeff Xu
2023-01-13
1
-0
/
+47
*
Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-12-13
3
-45
/
+546
|
\
|
*
selftests/landlock: Test ftruncate on FDs created by memfd_create(2)
Günther Noack
2022-10-19
1
-0
/
+16
|
*
selftests/landlock: Test FD passing from restricted to unrestricted processes
Günther Noack
2022-10-19
3
-33
/
+132
|
*
selftests/landlock: Locally define __maybe_unused
Günther Noack
2022-10-19
1
-8
/
+10
|
*
selftests/landlock: Test open() and ftruncate() in multiple scenarios
Günther Noack
2022-10-19
1
-0
/
+96
|
*
selftests/landlock: Test file truncation support
Günther Noack
2022-10-19
1
-0
/
+287
|
*
landlock: Support file truncation
Günther Noack
2022-10-19
2
-4
/
+5
*
|
selftests/landlock: Build without static libraries
Mickaël Salaün
2022-10-19
1
-3
/
+4
|
/
*
selftests/landlock: Fix out-of-tree builds
Mickaël Salaün
2022-09-14
1
-9
/
+10
*
Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-09-03
1
-10
/
+145
|
\
|
*
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
2022-09-02
1
-10
/
+145
*
|
selftests/landlock: fix broken include of linux/landlock.h
Guillaume Tucker
2022-08-15
1
-2
/
+5
*
|
selftests/landlock: drop deprecated headers dependency
Guillaume Tucker
2022-07-14
1
-7
/
+2
*
|
selftests: stop using KSFT_KHDR_INSTALL
Guillaume Tucker
2022-07-12
1
-1
/
+0
|
/
*
selftests/landlock: Add 11 new test suites dedicated to file reparenting
Mickaël Salaün
2022-05-23
1
-1
/
+754
*
landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
2022-05-23
2
-2
/
+3
*
landlock: Fix same-layer rule unions
Mickaël Salaün
2022-05-23
1
-0
/
+107
*
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
2022-05-23
1
-1
/
+1
*
selftests/landlock: Test landlock_create_ruleset(2) argument check ordering
Mickaël Salaün
2022-05-23
1
-1
/
+20
*
landlock: Change landlock_restrict_self(2) check ordering
Mickaël Salaün
2022-05-23
1
-10
/
+37
*
landlock: Change landlock_add_rule(2) argument check ordering
Mickaël Salaün
2022-05-23
1
-2
/
+32
*
selftests/landlock: Add tests for O_PATH
Mickaël Salaün
2022-05-23
1
-2
/
+8
*
selftests/landlock: Fully test file rename with "remove" access
Mickaël Salaün
2022-05-23
1
-4
/
+37
*
selftests/landlock: Extend access right tests to directories
Mickaël Salaün
2022-05-23
1
-8
/
+22
*
selftests/landlock: Add tests for unknown access rights
Mickaël Salaün
2022-05-23
1
-0
/
+16
*
selftests/landlock: Extend tests for minimal valid attribute size
Mickaël Salaün
2022-05-23
1
-0
/
+5
*
selftests/landlock: Make tests build with old libc
Mickaël Salaün
2022-05-23
1
-5
/
+18
*
selftests/landlock: Format with clang-format
Mickaël Salaün
2022-05-23
4
-251
/
+312
*
selftests/landlock: Normalize array assignment
Mickaël Salaün
2022-05-09
1
-56
/
+56
*
selftests/landlock: Add clang-format exceptions
Mickaël Salaün
2022-05-09
3
-7
/
+38
*
selftests: landlock: Add the uapi headers include variable
Muhammad Usama Anjum
2022-02-24
1
-1
/
+1
*
selftests/landlock: remove ARRAY_SIZE define from common.h
Shuah Khan
2021-12-11
1
-4
/
+0
*
landlock: Enable user space to infer supported features
Mickaël Salaün
2021-04-22
1
-0
/
+47
*
selftests/landlock: Add user space tests
Mickaël Salaün
2021-04-22
8
-0
/
+3568