mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
77f81d8b30
Since securityfs cannot be build as module there's little value in having an on-demand autofs mount point for it.
19 lines
525 B
SYSTEMD
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
|