Closed romanofski closed 4 years ago
PS: In case this patch is acceptable, don't merge right away. I'd like to compile and test first.
@romanofski, could you share the current status of this PR? The content looks reasonable to me, but you mentioned some testing.
Dear @zpytela sorry for the late reply and the missing follow up comment. When I implemented I checked that I didn't run into any regressions with the system under test. I don't have access to the original system any more, but would think the patch's impact to be small.
@romanofski to say it clear: this PR is ready to merge, right?
@zpytela yes. Merge ho!
@romanofski thank you, merging.
When the SELinux boolean
squid_use_tproxy
is enabled, this module allows Squid net_admin capabilities. Howevernet_raw
will be denied. The capability however is needed when squid acts as a transparent proxy in circumstances also outlined in the capabilites(7) man page:This patch adds
net_raw
to the capabilities which will be allowed ifsquid_use_tproxy
is enabled.