Closed cboltz closed 3 years ago
Thanks @cboltz You need to sign your commits git commit -a --amend -s git push --force
LGTM
/approve @Luap99 PTAL
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: cboltz, rhatdan
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/lgtm
apparmor_parser -R $profile
unloads the dnsmasq profile - which also means dnsmasq becomes unconfined (= without AppArmor restrictions).apparmor_parser $profile
loads the profile, but it can't apply it to the already-running dnsmasq, so this instance stays unconfined.Fix this security issue by using
apparmor_parser -r
(reload) which keeps running processes confined.Fixes: https://github.com/containers/dnsname/issues/82