Hi,
i have a problem with setcap.
I need to set some capabilities for a process from a not root user,
like this
“/sbin/setcap all=eip my_process”
I can perform this operation only from root user or using sudo, but i
don’t want this, in Unix i can set capabilities from not super user, but
with SLES 11 no, Someone know a solution at this problem?