1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00
systemd/units/sys-kernel-security.mount
Lennart Poettering 77f81d8b30 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.
2011-09-21 03:56:56 +02:00

19 lines
525 B
SYSTEMD

# 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
ConditionPathIsMountPoint=!/sys/kernel/security
Before=sysinit.target
[Mount]
What=securityfs
Where=/sys/kernel/security
Type=securityfs