Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
interfaecs/apparmor: remove all traces of old-security from apparmor backend #955
+27
−104
Conversation
zyga
added some commits
Apr 14, 2016
jdstrand
reviewed
Apr 14, 2016
| # Allow apps from the same package to communicate with each other via an | ||
| # abstract or anonymous socket | ||
| - unix peer=(label=@{APP_PKGNAME}_*), | ||
| + unix peer=(label=@{SNAP_NAME}_*), |
jdstrand
reviewed
Apr 14, 2016
| # Allow apps from the same package to signal each other via signals | ||
| - signal peer=@{APP_PKGNAME}_*, | ||
| + signal peer=@{SNAP_NAME}_*, |
|
I'll let someone else comment on the code changes. The apparmor variable changes look fine assuming you make the suggested changes. |
|
Why do we not have integration test results anymore? :( |
niemeyer
merged commit 1de3003
into
snapcore:master
Apr 14, 2016
zyga
deleted the
zyga:ifaces-kill-old-security
branch
Dec 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedApr 14, 2016
This branch streamlines the apparmor policy code that no longer needs to support old-security