Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
interfaces/apparmor: remove unused apparmor variables #933
Conversation
|
|
|
Not sure why these are being removed now since we will have to add them immediately back for the bluez policy. |
|
@jdstrand because bluez can use other variables. We cannot use .developer in any profile and we should not use .revision either. If you do that then you end up with one of the existing variables. |
|
Note that .Developer isn't needed any more since this variables are the dbusified versions of the profile name (ie, what we substitute for ###PROFILEATTACH###). Please feel free to instead move these into modernVariables with an appropriate name. |
|
@jdstrand ack, I'll land this branch, remove legacy variables and switch everything to modern variables. Sounds good? |
|
That sounds fine. |
zyga commentedApr 13, 2016
This patch removes unused apparmor variables APP_ID_DBUS and
APP_PKGNAME_DBUS which also removes the need to use .Developer in any
apparmor profile content.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com