| cap_setuid | Allows a process to set its effective user ID, which can be used to gain the privileges of another user, including the root user. | |
| cap_setgid | Allows toset its effective group ID , which can be used to gain the privileges of another group, including the root group. | |
| cap_sys_admin | This capability provides a broad range of administrative privileges, including the ability to perform many actions reserved for the root user, such as modifying system settings and mounting and unmounting file systems. | |
| cap_dac_override | Allows bypassing of file read, write, and execute permission checks. | |
| =ep | The binary has **ALL **capabilities permitted and effective from the start. | |