Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
AppArmor
apparmor
Commits
534a6d30
Unverified
Commit
534a6d30
authored
Jul 13, 2021
by
Christian Boltz
Browse files
move @{PROC}/sys/crypto/* permissions from base to crypto
parent
98300313
Changes
2
Hide whitespace changes
Inline
Side-by-side
profiles/apparmor.d/abstractions/base
View file @
534a6d30
...
...
@@ -105,9 +105,6 @@
# glibc's *printf protections read the maps file
@{PROC}/@{pid}/{maps,auxv,status} r,
# libgcrypt reads some flags from /proc
@{PROC}/sys/crypto/* r,
# some applications will display license information
/usr/share/common-licenses/** r,
...
...
profiles/apparmor.d/abstractions/crypto
View file @
534a6d30
...
...
@@ -15,4 +15,7 @@
@{etc_ro}/gcrypt/random.conf r,
# libgcrypt reads some flags from /proc
@{PROC}/sys/crypto/* r,
include if exists <abstractions/crypto.d>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment