From 160481f68d0a5f26f75c04fb576fb854fd5416a5 Mon Sep 17 00:00:00 2001 From: Roberto Sassu Date: Thu, 15 Mar 2012 19:06:10 +0100 Subject: 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 Acked-by: Gianluca Ramunno --- units/sys-kernel-security.mount | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 units/sys-kernel-security.mount (limited to 'units') 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 -- cgit v1.2.3-54-g00ecf