I have a /etc/security/limits.conf
file as follows
manu - memlock unlimited
manu - rtprio 100
manu - nice 40
manu - stack unlimited
Now I want the user "manu" to be able to use the shmctl
function requiring CAP_IPC_OWNER
, how should I modify this file to have this capability? Is it possible?