Hello,
I'm attempting to increase a kernel parameter on the fly using prctl and it's failing with the below error message. Can anyone advise on what I'm doing wrong and how to fix this issue?
id -p
uid=400(arbor) gid=200(arboradm) projid=3(default)
fpfeuska% prctl -n project.max-msg-ids -i project 3
project: 3: default
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-msg-ids
privileged 128 - deny -
system 16.8M max deny -
fpfeuska%
fpfeuska% prctl -n project.max-msg-ids -r -v 10k -i project 3
7953: csh
prctl: cannot set process privileges for pid 7953: Not owner
cheers
nick
I'm attempting to increase a kernel parameter on the fly using prctl and it's failing with the below error message. Can anyone advise on what I'm doing wrong and how to fix this issue?
id -p
uid=400(arbor) gid=200(arboradm) projid=3(default)
fpfeuska% prctl -n project.max-msg-ids -i project 3
project: 3: default
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-msg-ids
privileged 128 - deny -
system 16.8M max deny -
fpfeuska%
fpfeuska% prctl -n project.max-msg-ids -r -v 10k -i project 3
7953: csh
prctl: cannot set process privileges for pid 7953: Not owner
cheers
nick