I believe I got similar issue while experimenting with Thunderbird
profile patch [0] to use `local/tunables/usr.bin.thunderbird` as
extension point.
aa-* tools does now like that:
```
vincas@debian-sid:~$ sudo aa-enforce /etc/apparmor.d/*
ERROR: Values added to a non-existing variable @{thunderbird_user_dirs}:
/mnt/foo /home/vincas/Archive/ in local/tunables/usr.bin.thunderbird
vincas@debian-sid:~$ sudo aa-logprof
ERROR: Values added to a non-existing variable @{thunderbird_user_dirs}:
/mnt/foo /home/vincas/Archive/ in local/tunables/usr.bin.thunderbird
```
Looks like show-stopper for [1] :(.
[0]
https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=882218;filename=wip-thunderbird-user-dirs-variable.patch;msg=39
[1] https://lists.ubuntu.com/archives/apparmor/2017-December/011350.html
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1331856
Title:
apparmor-utils don't work when defining a variable on
<tunables/home.d>
Status in AppArmor:
Triaged
Status in apparmor package in Ubuntu:
New
Bug description:
When a variable is set in tunables/home.d/ the apparmor-utils programs
don't work and return this error messages:
root@ws24:~# aa-logprof
Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 50, in <module>
apparmor.loadincludes()
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4643, in
loadincludes
load_include(fi)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4520, in
load_include
incdata = parse_profile_data(data, incfile, True)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2839, in
parse_profile_data
store_list_var(profile_data[profile]['lvar'], list_var, value,
var_operation)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 3279, in
store_list_var
raise AppArmorException(_('Values added to a non-existing variable: %s')
% list_var)
apparmor.common.AppArmorException: 'Values added to a non-existing variable:
@{HOMEDIRS}'
root@ws24:~#
To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1331856/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp