index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
landlock
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
selftests/landlock: Add landlock_enforce_domain trace tests
Mickaël Salaün
2
-0
/
+521
2026-08-17
selftests/landlock: Add scope and ptrace tracepoint tests
Mickaël Salaün
4
-7
/
+1080
2026-08-17
selftests/landlock: Add network tracepoint tests
Mickaël Salaün
1
-1
/
+589
2026-08-17
selftests/landlock: Add filesystem tracepoint tests
Mickaël Salaün
2
-0
/
+979
2026-08-17
selftests/landlock: Add trace event test infrastructure and tests
Mickaël Salaün
6
-35
/
+1794
2026-08-15
selftests/landlock: Test LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
Justin Suess
2
-14
/
+168
2026-08-15
landlock: Add LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
Justin Suess
1
-2
/
+10
2026-08-15
landlock: Check landlock_restrict_self(2)'s flags before privileges
Justin Suess
1
-1
/
+5
2026-08-15
selftests/landlock: Test whiteout object behaviour in OverlayFS renames
Günther Noack
1
-2
/
+54
2026-08-15
selftests/landlock: Add audit test for whiteout object creation
Günther Noack
1
-0
/
+19
2026-08-15
selftests/landlock: Add tests for whiteout object creation
Günther Noack
1
-0
/
+176
2026-08-15
selftests/landlock: Use an actual chardev for MAKE_CHAR audit test
Günther Noack
1
-1
/
+1
2026-08-14
selftests/landlock: Fix spelling error in fs_test comment
Wang Yan
1
-1
/
+1
2026-07-10
selftests/landlock: Skip scoped_signal subtest with MSG_OOB if not available
Thomas Huth
1
-0
/
+21
2026-07-10
selftests/landlock: Fix screwed up pointers in the scoped_signal_test
Thomas Huth
1
-23
/
+23
2026-07-10
selftests/landlock: Add test for TCP fast open
Matthieu Buffet
1
-0
/
+97
2026-06-14
selftests/landlock: Add tests for invalid use of quiet flag
Tingmao Wang
1
-0
/
+116
2026-06-14
selftests/landlock: Add tests for quiet flag with scope
Tingmao Wang
2
-15
/
+87
2026-06-14
selftests/landlock: Add tests for quiet flag with net rules
Tingmao Wang
1
-10
/
+128
2026-06-14
selftests/landlock: Add tests for quiet flag with fs rules
Tingmao Wang
1
-9
/
+2434
2026-06-14
selftests/landlock: Replace hard-coded 16 with a constant
Tingmao Wang
3
-2
/
+4
2026-06-14
landlock: Add API support and docs for the quiet flags
Tingmao Wang
1
-1
/
+1
2026-06-13
selftests/landlock: Add tests for UDP send
Matthieu Buffet
1
-1
/
+652
2026-06-13
selftests/landlock: Add tests for UDP bind/connect
Matthieu Buffet
1
-106
/
+435
2026-06-13
landlock: Add UDP send+connect access control
Matthieu Buffet
1
-2
/
+3
2026-06-13
landlock: Add UDP bind() access control
Matthieu Buffet
2
-4
/
+5
2026-06-13
selftests/landlock: Explicitly disable audit in teardowns
Maximilian Heyne
2
-16
/
+9
2026-06-13
selftests/landlock: Test SCOPE_SIGNAL on the SIGIO/fowner pgid path
Bryam Vargas
1
-0
/
+182
2026-06-13
landlock: Set audit_net.sk for socket access checks
Mickaël Salaün
1
-0
/
+62
2026-05-21
selftests/landlock: Increase default audit socket timeout
Mickaël Salaün
1
-17
/
+63
2026-05-21
selftests/landlock: Filter dealloc records in audit_count_records()
Mickaël Salaün
4
-13
/
+30
2026-04-07
selftests/landlock: Simplify ruleset creation and enforcement in fs_test
Günther Noack
1
-611
/
+210
2026-04-07
selftests/landlock: Check that coredump sockets stay unrestricted
Günther Noack
1
-0
/
+143
2026-04-07
selftests/landlock: Audit test for LANDLOCK_ACCESS_FS_RESOLVE_UNIX
Günther Noack
1
-0
/
+40
2026-04-07
selftests/landlock: Test LANDLOCK_ACCESS_FS_RESOLVE_UNIX
Günther Noack
1
-16
/
+374
2026-04-07
selftests/landlock: Replace access_fs_16 with ACCESS_ALL in fs_test
Günther Noack
1
-37
/
+17
2026-04-07
landlock: Control pathname UNIX domain socket resolution by path
Günther Noack
2
-3
/
+4
2026-04-07
selftests/landlock: Fix format warning for __u64 in net_test
Mickaël Salaün
1
-1
/
+1
2026-04-07
selftests/landlock: Skip stale records in audit_match_record()
Mickaël Salaün
2
-39
/
+77
2026-04-07
selftests/landlock: Drain stale audit records on init
Mickaël Salaün
4
-4
/
+19
2026-04-07
selftests/landlock: Fix socket file descriptor leaks in audit helpers
Mickaël Salaün
1
-7
/
+19
2026-04-07
selftests/landlock: Fix snprintf truncation checks in audit helpers
Mickaël Salaün
1
-2
/
+2
2026-04-07
landlock: Allow TSYNC with LOG_SUBDOMAINS_OFF and fd=-1
Mickaël Salaün
2
-0
/
+310
2026-04-07
landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()
Mickaël Salaün
1
-0
/
+88
2026-03-19
selftests/landlock: Test tsync interruption and cancellation paths
Mickaël Salaün
1
-1
/
+90
2026-02-10
selftests/landlock: Add filesystem access benchmark
Günther Noack
3
-0
/
+216
2026-02-06
selftests/landlock: Add LANDLOCK_RESTRICT_SELF_TSYNC tests
Günther Noack
2
-2
/
+163
2026-02-06
landlock: Multithreading support for landlock_restrict_self()
Günther Noack
1
-2
/
+2
2026-01-09
selftests/landlock: Properly close a file descriptor
Günther Noack
1
-1
/
+2
2025-12-29
selftests/landlock: Use scoped_base_variants.h for ptrace_test
Tingmao Wang
2
-151
/
+12
[next]