12345678910111213 |
- diff --git a/init_functions b/init_functions
- index 8ad10c7..4b07142 100644
- --- a/init_functions
- +++ b/init_functions
- @@ -475,6 +475,7 @@ rdlogger() {
-
- mount_setup() {
- mount -t proc proc /proc -o nosuid,noexec,nodev
- + mount /proc -o remount,gid=26,hidepid=2
- mount -t sysfs sys /sys -o nosuid,noexec,nodev
- mount -t devtmpfs dev /dev -o mode=0755,nosuid
- mount -t tmpfs run /run -o nosuid,nodev,mode=0755
|