···6767 case Opt_gid:6868 if (match_int(&args[0], &option))6969 return 0;7070- pid->pid_gid = option;7070+ pid->pid_gid = make_kgid(current_user_ns(), option);7171 break;7272 case Opt_hidepid:7373 if (match_int(&args[0], &option))
+1-1
include/linux/pid_namespace.h
···3131#ifdef CONFIG_BSD_PROCESS_ACCT3232 struct bsd_acct_struct *bacct;3333#endif3434- gid_t pid_gid;3434+ kgid_t pid_gid;3535 int hide_pid;3636 int reboot; /* group exit code if this pidns was rebooted */3737};
···948948 depends on NTFS_FS = n949949 depends on OCFS2_FS = n950950 depends on OMFS_FS = n951951- depends on PROC_FS = n952951 depends on PROC_SYSCTL = n953952 depends on QNX4FS_FS = n954953 depends on QNX6FS_FS = n