Symbol: LANDLOCK_ACCESS_FS_IOCTL_DEV
samples/landlock/sandboxer.c
114
LANDLOCK_ACCESS_FS_IOCTL_DEV)
samples/landlock/sandboxer.c
298
LANDLOCK_ACCESS_FS_IOCTL_DEV)
samples/landlock/sandboxer.c
427
ruleset_attr.handled_access_fs &= ~LANDLOCK_ACCESS_FS_IOCTL_DEV;
security/landlock/access.h
34
LANDLOCK_ACCESS_FS_IOCTL_DEV)
security/landlock/audit.c
298
access = LANDLOCK_ACCESS_FS_TRUNCATE | LANDLOCK_ACCESS_FS_IOCTL_DEV;
security/landlock/audit.c
303
KUNIT_EXPECT_EQ(test, access, LANDLOCK_ACCESS_FS_IOCTL_DEV);
security/landlock/audit.c
315
access = LANDLOCK_ACCESS_FS_TRUNCATE | LANDLOCK_ACCESS_FS_IOCTL_DEV;
security/landlock/audit.c
322
LANDLOCK_ACCESS_FS_IOCTL_DEV);
security/landlock/audit.c
39
[BIT_INDEX(LANDLOCK_ACCESS_FS_IOCTL_DEV)] = "fs.ioctl_dev",
security/landlock/domain.c
162
const unsigned long ioctl_dev = BIT_INDEX(LANDLOCK_ACCESS_FS_IOCTL_DEV);
security/landlock/domain.c
224
LANDLOCK_ACCESS_FS_IOCTL_DEV,
security/landlock/domain.c
226
.access[2] = LANDLOCK_ACCESS_FS_IOCTL_DEV,
security/landlock/domain.c
236
LANDLOCK_ACCESS_FS_IOCTL_DEV,
security/landlock/domain.c
242
LANDLOCK_ACCESS_FS_IOCTL_DEV,
security/landlock/fs.c
1639
optional_access |= LANDLOCK_ACCESS_FS_IOCTL_DEV;
security/landlock/fs.c
1723
if (allowed_access & LANDLOCK_ACCESS_FS_IOCTL_DEV)
security/landlock/fs.c
1743
.access = LANDLOCK_ACCESS_FS_IOCTL_DEV,
security/landlock/fs.c
317
LANDLOCK_ACCESS_FS_IOCTL_DEV)
security/landlock/limits.h
22
#define LANDLOCK_LAST_ACCESS_FS LANDLOCK_ACCESS_FS_IOCTL_DEV
tools/testing/selftests/landlock/fs_bench.c
73
.handled_access_fs = LANDLOCK_ACCESS_FS_IOCTL_DEV |
tools/testing/selftests/landlock/fs_bench.c
89
.allowed_access = LANDLOCK_ACCESS_FS_IOCTL_DEV,
tools/testing/selftests/landlock/fs_test.c
4263
.handled_access_fs = LANDLOCK_ACCESS_FS_IOCTL_DEV,
tools/testing/selftests/landlock/fs_test.c
4327
.handled_access_fs = LANDLOCK_ACCESS_FS_IOCTL_DEV,
tools/testing/selftests/landlock/fs_test.c
4372
.handled_access_fs = LANDLOCK_ACCESS_FS_IOCTL_DEV,
tools/testing/selftests/landlock/fs_test.c
4430
.handled = LANDLOCK_ACCESS_FS_IOCTL_DEV,
tools/testing/selftests/landlock/fs_test.c
4439
.handled = LANDLOCK_ACCESS_FS_IOCTL_DEV,
tools/testing/selftests/landlock/fs_test.c
4440
.allowed = LANDLOCK_ACCESS_FS_IOCTL_DEV,
tools/testing/selftests/landlock/fs_test.c
578
LANDLOCK_ACCESS_FS_IOCTL_DEV)
tools/testing/selftests/landlock/fs_test.c
580
#define ACCESS_LAST LANDLOCK_ACCESS_FS_IOCTL_DEV
tools/testing/selftests/landlock/fs_test.c
7180
LANDLOCK_ACCESS_FS_IOCTL_DEV;