1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-06-18 09:30:13 +02:00
init/services/sysfs.in

12 lines
455 B
Plaintext
Raw Normal View History

description "mount /sys"
type wait
target boot
after procfs
before vfs
exec "@SBINPATH@/mount" -t sysfs sysfs /sys
exec "@SCRIPTDIR@/trymount.sh" "/sys/kernel/security" "securityfs" "nodev,noexec,nosuid"
exec "@SCRIPTDIR@/trymount.sh" "/sys/kernel/config" "configfs" "nodev,noexec,nosuid"
exec "@SCRIPTDIR@/trymount.sh" "/sys/fs/fuse/connections" "fusectl" "nodev,noexec,nosuid"
exec "@SCRIPTDIR@/trymount.sh" "/sys/firmware/efi/efivars" "efivarfs" "ro"