diff options
author | Roberto Sassu <roberto.sassu@polito.it> | 2012-03-15 19:06:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-22 00:20:48 +0100 |
commit | 160481f68d0a5f26f75c04fb576fb854fd5416a5 (patch) | |
tree | 9a88768729824f52fc434cbff467861a83faa8fe /units/sys-kernel-security.mount | |
parent | 7264278fbbdc1dc6c30fedc902d1337594aa6ff6 (diff) |
systemd: mount the securityfs filesystem at early stage
This is an S/MIME signed message
The mount of the securityfs filesystem is now performed in the main systemd
executable as it is used by IMA to provide the interface for loading custom
policies. The unit file 'units/sys-kernel-security.mount' has been removed
because it is not longer necessary.
Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
Acked-by: Gianluca Ramunno <ramunno@polito.it>
Diffstat (limited to 'units/sys-kernel-security.mount')
-rw-r--r-- | units/sys-kernel-security.mount | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/units/sys-kernel-security.mount b/units/sys-kernel-security.mount deleted file mode 100644 index 80cd7617d4..0000000000 --- a/units/sys-kernel-security.mount +++ /dev/null @@ -1,17 +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 -DefaultDependencies=no -ConditionPathExists=/sys/kernel/security -Before=sysinit.target - -[Mount] -What=securityfs -Where=/sys/kernel/security -Type=securityfs |