Linux Capabilities
Linux capabilities divide root privileges into smaller, distinct units, allowing processes to have a subset of privileges. This minimizes the risks by not granting full root privileges unnecessarily.
Linux Capability Sets
1} Effective (CapEff)
2} Permitted (CapPrm)
3} Inheritable (CapInh)
4} Bounding (CapBnd)
5} Ambient (CapAmb)
Last updated
Was this helpful?