Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use apparmor-support module #189
+24
−23
Conversation
zyga
added some commits
Nov 23, 2016
| + # Reading current profile | ||
| + @{PROC}/[0-9]*/attr/current r, | ||
| + | ||
| + # Probably to find where apparmor is mounted |
tyhicks
Nov 30, 2016
Collaborator
You can drop the "probably" here. It is used to find where securityfs is mounted.
zyga
merged commit 19a7ebe
into
master
Nov 30, 2016
1 check was pending
continuous-integration/travis-ci/pr
The Travis CI build is in progress
Details
zyga
deleted the
use-aa-support
branch
Nov 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedNov 23, 2016
This branch builds upon #188 to switch all of snap-confine over to the wrapped apparmor APIs.
The main commit describes why this is beneficial:
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com