summaryrefslogtreecommitdiffstats
path: root/units/sys-fs-fuse-connections.mount
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-25 19:39:00 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-25 19:39:00 +0100
commit5cb02182fd875884ce27636e3c694705a525de94 (patch)
tree05bb980503a352e8ecfa156803bee3d0c62a108c /units/sys-fs-fuse-connections.mount
parentMerge pull request #12081 from poettering/systemctl-love (diff)
downloadsystemd-5cb02182fd875884ce27636e3c694705a525de94.tar.xz
systemd-5cb02182fd875884ce27636e3c694705a525de94.zip
units: set nodev,nosuid,noexec flags for various secondary API VFS
A couple of API VFS we mount via .mount units. Let's set the three flags for those too, just in case. This is just paranoia, nothing else, but shouldn't hurt.
Diffstat (limited to 'units/sys-fs-fuse-connections.mount')
-rw-r--r--units/sys-fs-fuse-connections.mount1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount
index 7e7b05c3a2..7bbc342be8 100644
--- a/units/sys-fs-fuse-connections.mount
+++ b/units/sys-fs-fuse-connections.mount
@@ -22,3 +22,4 @@ Before=sysinit.target
What=fusectl
Where=/sys/fs/fuse/connections
Type=fusectl
+Options=nosuid,nodev,noexec