index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
landlock
/
fs_test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-16
selftests/landlock: Test UNIX sockets with any address formats
Tahera Fahimi
1
-1
/
+0
2024-05-31
selftests/landlock: Add layout1.refer_mount_root
Mickaël Salaün
1
-0
/
+45
2024-05-13
selftests/landlock: Exhaustive test for the IOCTL allow-list
Günther Noack
1
-0
/
+114
2024-05-13
selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets
Günther Noack
1
-0
/
+53
2024-05-13
selftests/landlock: Test IOCTLs on named pipes
Günther Noack
1
-0
/
+43
2024-05-13
selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
Günther Noack
1
-0
/
+40
2024-05-13
selftests/landlock: Test IOCTL with memfds
Günther Noack
1
-8
/
+36
2024-05-13
selftests/landlock: Test IOCTL support
Günther Noack
1
-3
/
+189
2024-05-13
landlock: Add IOCTL access right for character and block devices
Günther Noack
1
-2
/
+3
2024-05-11
selftests/harness: Fix vfork() side effects
Mickaël Salaün
1
-10
/
+6
2024-05-11
selftests/landlock: Do not allocate memory in fixture data
Mickaël Salaün
1
-22
/
+35
2024-05-11
selftests/landlock: Fix FS tests when run on a private mount point
Mickaël Salaün
1
-1
/
+9
2024-03-06
selftests/harness: Fix TEST_F()'s vfork handling
Mickaël Salaün
1
-12
/
+10
2024-03-01
selftests: kselftest_harness: save full exit code in metadata
Jakub Kicinski
1
-2
/
+2
2024-01-25
selftests/landlock: Fix fs_test build with old libc
Hu Yadi
1
-3
/
+8
2024-01-03
selftests/landlock: Rename "permitted" to "allowed" in ftruncate tests
Günther Noack
1
-9
/
+8
2023-12-22
selftests/landlock: Add tests to check unhandled rule's access rights
Mickaël Salaün
1
-0
/
+34
2023-12-22
selftests/landlock: Add tests to check unknown rule's access rights
Mickaël Salaün
1
-1
/
+28
2023-10-27
selftests/landlock: Add tests for FS topology changes with network rules
Mickaël Salaün
1
-0
/
+59
2023-10-26
selftests/landlock: Share enforce_ruleset() helper
Konstantin Meskhidze
1
-10
/
+0
2023-08-30
selftests/landlock: Fix a resource leak
Ding Xiang
1
-3
/
+5
2023-06-12
selftests/landlock: Add hostfs tests
Mickaël Salaün
1
-1
/
+27
2023-06-12
selftests/landlock: Add tests for pseudo filesystems
Mickaël Salaün
1
-1
/
+253
2023-06-12
selftests/landlock: Make mounts configurable
Mickaël Salaün
1
-5
/
+40
2023-06-12
selftests/landlock: Add supports_filesystem() helper
Mickaël Salaün
1
-13
/
+23
2023-06-12
selftests/landlock: Don't create useless file layouts
Mickaël Salaün
1
-6
/
+20
2023-01-13
selftests/landlock: Skip overlayfs tests when not supported
Jeff Xu
1
-0
/
+47
2022-10-19
selftests/landlock: Test ftruncate on FDs created by memfd_create(2)
Günther Noack
1
-0
/
+16
2022-10-19
selftests/landlock: Test FD passing from restricted to unrestricted processes
Günther Noack
1
-0
/
+62
2022-10-19
selftests/landlock: Test open() and ftruncate() in multiple scenarios
Günther Noack
1
-0
/
+96
2022-10-19
selftests/landlock: Test file truncation support
Günther Noack
1
-0
/
+287
2022-10-19
landlock: Support file truncation
Günther Noack
1
-3
/
+4
2022-09-02
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
1
-10
/
+145
2022-05-23
selftests/landlock: Add 11 new test suites dedicated to file reparenting
Mickaël Salaün
1
-1
/
+754
2022-05-23
landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
1
-1
/
+2
2022-05-23
landlock: Fix same-layer rule unions
Mickaël Salaün
1
-0
/
+107
2022-05-23
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
1
-1
/
+1
2022-05-23
selftests/landlock: Add tests for O_PATH
Mickaël Salaün
1
-2
/
+8
2022-05-23
selftests/landlock: Fully test file rename with "remove" access
Mickaël Salaün
1
-4
/
+37
2022-05-23
selftests/landlock: Extend access right tests to directories
Mickaël Salaün
1
-8
/
+22
2022-05-23
selftests/landlock: Add tests for unknown access rights
Mickaël Salaün
1
-0
/
+16
2022-05-23
selftests/landlock: Make tests build with old libc
Mickaël Salaün
1
-5
/
+18
2022-05-23
selftests/landlock: Format with clang-format
Mickaël Salaün
1
-181
/
+218
2022-05-09
selftests/landlock: Normalize array assignment
Mickaël Salaün
1
-56
/
+56
2022-05-09
selftests/landlock: Add clang-format exceptions
Mickaël Salaün
1
-6
/
+17
2021-04-22
selftests/landlock: Add user space tests
Mickaël Salaün
1
-0
/
+2791