mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
![]() aa-complain, aa-enforce, aa-disable and aa-audit refused to change profiles for non-existing binaries. This patch also allows paths starting with /. This also makes it possible to use aa-complain '/{usr/,}bin/ping' and aa-complain /etc/apparmor.d/bin.ping This patch fixes https://bugs.launchpad.net/apparmor/+bug/1416346 Well, mostly - we still need to decide how we handle wildcards in profile names: aa-complain ping aa-complain /usr/bin/ping will still error out with "Profile not found" because it isn't an exact match (and matching the wildcard would change more than the user wants). Oh, and this patch also fixes the last failure in minitools_test.py. Acked-by: Steve Beattie <steve@nxnw.org> for trunk and 2.9 |
||
---|---|---|
.. | ||
__init__.py | ||
aa.py | ||
aamode.py | ||
cleanprofile.py | ||
common.py | ||
config.py | ||
easyprof.py | ||
logparser.py | ||
regex.py | ||
rules.py | ||
sandbox.py | ||
severity.py | ||
tools.py | ||
translations.py | ||
ui.py | ||
yasti.py |