diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-03-25 19:39:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-03-25 19:39:00 +0100 |
commit | 5cb02182fd875884ce27636e3c694705a525de94 (patch) | |
tree | 05bb980503a352e8ecfa156803bee3d0c62a108c /units/sys-kernel-config.mount | |
parent | Merge pull request #12081 from poettering/systemctl-love (diff) | |
download | systemd-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-kernel-config.mount')
-rw-r--r-- | units/sys-kernel-config.mount | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount index e213ca58b3..e6997884dc 100644 --- a/units/sys-kernel-config.mount +++ b/units/sys-kernel-config.mount @@ -21,3 +21,4 @@ Before=sysinit.target What=configfs Where=/sys/kernel/config Type=configfs +Options=nosuid,nodev,noexec |