enable-hidepid-support-in-proc-filesystem.patch 426 B

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