Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CAP_SETPCAP to CapabilityBoundingSet in irqbalance.service
A error message of 'libcap-ng used by "/usr/sbin/irqbalance" failed dropping bounding set due to not having CAP_SETPCAP in capng_apply' is noticed. Previously a similar issue[1] has been fixed by the following commit: efab272 Drop CapabilityBoundingSet from irqbalance service 43751df drop NoNewPrivs from irqbalance service in which, CapabilityBoundingSet and NoNewPrivs parameters are dropped from the irqbalance.service, and get restored by the following commit later: a99b604 Set additional systemd options for service So this patch will not do the dropping again, but add CAP_SETPCAP to CapabilityBoundingSet instead. [1]: #182 Signed-off-by: Tao Liu <ltao@redhat.com>
- Loading branch information