summaryrefslogtreecommitdiff
path: root/services/sysfs.in
blob: 4c0f6ce6c12ace15f4bc11ffb23a565c3401c3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
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"