On 04/17, Paul Moore wrote:
I'm tempted to simply return an error in selinux_setprocattr() ifWhat about other modules? I have no idea what smack_setprocattr() is,
the task's credentials are not the same as its real_cred;
but it too does prepare_creds/commit creds.
it seems that the simplest workaround should simply add the additional
cred == real_cred into proc_pid_attr_write().
Oleg.