]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/sys-kernel-config.mount
travis: turn on nonnull-attribute on Fuzzit
[thirdparty/systemd.git] / units / sys-kernel-config.mount
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
d6bca18e
BN
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
d6bca18e
BN
8# (at your option) any later version.
9
10[Unit]
9a4eeb4a 11Description=Kernel Configuration File System
744881d1 12Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
16a5d412 13Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
d6bca18e 14DefaultDependencies=no
0286cc15 15ConditionPathExists=/sys/kernel/config
fa229d09 16ConditionCapability=CAP_SYS_RAWIO
0286cc15 17After=systemd-modules-load.service
e124e7a4 18Before=sysinit.target
d6bca18e
BN
19
20[Mount]
21What=configfs
22Where=/sys/kernel/config
23Type=configfs
5cb02182 24Options=nosuid,nodev,noexec