diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-21 03:26:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-21 03:56:56 +0200 |
commit | 77f81d8b3012c9b8dbfea89d6b54917d3e72a9a7 (patch) | |
tree | 4a25eee6a4ee1cd0d12877e4af8bcae47433de51 /units | |
parent | e124e7a4a15f89fc6fbdf3e554a86d5a26160624 (diff) |
units: drop automount unit for /sys/kernel/security
Since securityfs cannot be build as module there's little value in
having an on-demand autofs mount point for it.
Diffstat (limited to 'units')
-rw-r--r-- | units/sys-kernel-security.automount | 16 | ||||
-rw-r--r-- | units/sys-kernel-security.mount | 3 |
2 files changed, 3 insertions, 16 deletions
diff --git a/units/sys-kernel-security.automount b/units/sys-kernel-security.automount deleted file mode 100644 index b0fc4618ec..0000000000 --- a/units/sys-kernel-security.automount +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -[Unit] -Description=Security File System Automount Point -DefaultDependencies=no -Before=sysinit.target -ConditionPathExists=/sys/kernel/security -ConditionPathIsMountPoint=!/sys/kernel/security - -[Automount] -Where=/sys/kernel/security diff --git a/units/sys-kernel-security.mount b/units/sys-kernel-security.mount index 770207f004..f5d84a6fe2 100644 --- a/units/sys-kernel-security.mount +++ b/units/sys-kernel-security.mount @@ -8,6 +8,9 @@ [Unit] Description=Security File System DefaultDependencies=no +ConditionPathExists=/sys/kernel/security +ConditionPathIsMountPoint=!/sys/kernel/security +Before=sysinit.target [Mount] What=securityfs |