/systemd-251/test/test-umount/ |
D | rhbug-1554943.mountinfo | 1 18 63 0:18 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw 2 19 63 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:23 - proc proc rw 3 20 63 0:6 / /dev rw,nosuid shared:19 - devtmpfs devtmpfs rw,size=3549752k,nr_inodes=887438,mode=755 4 21 18 0:7 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw 5 22 20 0:19 / /dev/shm rw,nosuid,nodev shared:20 - tmpfs tmpfs rw 6 23 20 0:20 / /dev/pts rw,nosuid,noexec,relatime shared:21 - devpts devpts rw,gid=5,mode=620,ptmxmod… 7 24 63 0:21 / /run rw,nosuid,nodev shared:22 - tmpfs tmpfs rw,mode=755 8 25 18 0:22 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755 9 26 25 0:23 / /sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:5 - cgroup2 cgroup rw 10 27 25 0:24 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:6 - cgroup cgroup rw,xat… [all …]
|
D | garbled.mountinfo | 1 18 63 1000999:110999 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
|
/systemd-251/test/units/ |
D | testsuite-50.sh | 227 RootImageOptions=nosuid,dev 240 RootImageOptions=root:ro,noatime,nosuid home:ro,dev nosuid,dev 241 RootImageOptions=home:ro,dev nosuid,dev,%%foo 267 MountImages=${image}.raw:/run/img2\:3:nosuid 292 systemctl mount-image --mkdir testservice-50d.service "${image}.raw" /tmp/img root:nosuid 314 ExtensionImages=/usr/share/app0.raw /usr/share/app1.raw:nosuid
|
/systemd-251/shell-completion/bash/ |
D | homectl | 99 --nosuid 128 …ord-policy|--password-change-now|--luks-discard|--luks-offline-discard|--nosuid|--nodev|--noexec|-…
|
/systemd-251/units/ |
D | dev-mqueue.mount | 23 Options=nosuid,nodev,noexec
|
D | sys-kernel-debug.mount | 23 Options=nosuid,nodev,noexec
|
D | proc-sys-fs-binfmt_misc.mount | 20 Options=nosuid,nodev,noexec
|
D | sys-kernel-tracing.mount | 24 Options=nosuid,nodev,noexec
|
D | tmp.mount | 25 Options=mode=1777,strictatime,nosuid,nodev,size=50%%,nr_inodes=1m
|
D | sys-fs-fuse-connections.mount | 32 Options=nosuid,nodev,noexec
|
D | sys-kernel-config.mount | 31 Options=nosuid,nodev,noexec
|
/systemd-251/src/core/ |
D | namespace.h | 88 bool nosuid; member
|
D | namespace.c | 80 bool nosuid:1; /* Shall set MS_NOSUID on the mount itself */ member 382 .nosuid = b->nosuid, in append_bind_mounts() 1515 if (m->nosuid) { in make_read_only() 2546 .nosuid = item->nosuid, in bind_mount_add()
|
D | execute.c | 3399 … .nosuid = context->dynamic_user, /* don't allow suid/sgid when DynamicUser= is on */ in compile_bind_mounts()
|
/systemd-251/docs/ |
D | INITRD_INTERFACE.md | 23 be `mode=755,nodev,nosuid,strictatime`.
|
D | HOME_DIRECTORY.md | 154 deactivated. Moreover, the `nosuid`, `nodev` and `noexec` flags configured in
|
D | USER_RECORD.md | 59 `nosuid` flags to use for the home directory 403 the `nodev`, `nosuid`, `noexec` mount flags of the user's home
|
/systemd-251/src/shared/ |
D | user-record.h | 276 bool nosuid; member
|
D | user-record.c | 53 .nosuid = true, in user_record_new() 1184 …OOLEAN, json_dispatch_boolean, offsetof(UserRecord, nosuid), … in dispatch_per_machine() 1535 …OOLEAN, json_dispatch_boolean, offsetof(UserRecord, nosuid), … in user_record_load() 1735 return (h->nosuid ? MS_NOSUID : 0) | in user_record_mount_flags()
|
D | user-record-show.c | 339 hr->nosuid ? "nosuid" : "suid", in user_record_show()
|
/systemd-251/ |
D | NEWS | 7950 will now be established with the "nosuid" and "nodev" options. This
|