py tests depend on /etc/apparmor/logprof.conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AppArmor |
Fix Released
|
Undecided
|
Christian Boltz |
Bug Description
The python tests (utils/test) depend on /etc/apparmor/
# mv /etc/apparmor/
# cd utils
# make check
[...]
make[1]: Entering directory '/home/
Traceback (most recent call last):
File "test-ptrace_
import apparmor.aa as aa
File "/home/
if cfg['settings'
File "/usr/lib64/
raise KeyError(key)
KeyError: 'settings'
Makefile:43: recipe for target 'check' failed
make[1]: *** [check] Error 1
make[1]: Leaving directory '/home/
Makefile:98: recipe for target 'check' failed
make: *** [check] Error 2
Related branches
Changed in apparmor: | |
status: | Fix Committed → Fix Released |
Patch sent to the ML for review.