summaryrefslogtreecommitdiffstats
path: root/units/proc-sys-fs-binfmt_misc.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/proc-sys-fs-binfmt_misc.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/proc-sys-fs-binfmt_misc.mount')
-rw-r--r--units/proc-sys-fs-binfmt_misc.mount1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/proc-sys-fs-binfmt_misc.mount b/units/proc-sys-fs-binfmt_misc.mount
index 091191e139..66229ec78e 100644
--- a/units/proc-sys-fs-binfmt_misc.mount
+++ b/units/proc-sys-fs-binfmt_misc.mount
@@ -17,3 +17,4 @@ DefaultDependencies=no
What=binfmt_misc
Where=/proc/sys/fs/binfmt_misc
Type=binfmt_misc
+Options=nosuid,nodev,noexec