K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / etc / init /
server ip : 172.67.156.115

your ip : 172.70.130.174

H O M E


Filename/etc/init/mounted-debugfs.conf
Size405
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified22-Feb-2014 09:40
Last accessed06-Jul-2025 13:48
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
# 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