A crop of new capabilities
A crop of new capabilities
Posted Jun 11, 2020 7:09 UTC (Thu) by zdzichu (subscriber, #17118)In reply to: A crop of new capabilities by hendry
Parent article: A crop of new capabilities
For example, RPM packages define metadata about files shipped in the package. Owner, permission, ACL, xattrs, capabilities etc. When package is installed, all those attributes are set to match.
This look like following in RPM .spec file:
This look like following in RPM .spec file:
%attr(0755,root,root) %caps(cap_net_raw=p) %{_bindir}/arping
This way “arping” command can be run without special privileges. Some more information: https://fedoraproject.org/wiki/Features/RemoveSETUID
