diff options
Diffstat (limited to 'units/sys-kernel-security.automount')
-rw-r--r-- | units/sys-kernel-security.automount | 16 |
1 files changed, 0 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 |