Linux Capabilities
Linux Capabilities
You cannot change system time even though you are not using APPARMOR or SECCOMP. There is something called ‘‘linux capabilities’’ to make granular group to execute ‘‘privileged action’’.
1
2
3
4
getcap /usr/bin/ping
ps -ef | grep sshd
getcap <process-id-of-sshd>
 This post is licensed under  CC BY 4.0  by the author.
