mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
fixup profile
This commit is contained in:
parent
6e9ff1fa61
commit
fba1ced1bc
@ -3,16 +3,12 @@ abi <abi/4.0>,
|
||||
include <tunables/global>
|
||||
|
||||
@{arg1}=/**/*.so
|
||||
profile ipa_verify /usr/bin/ipa_verify flags=(unconfined) {
|
||||
userns,
|
||||
@{exec_path} mr,
|
||||
|
||||
profile ipa_verify /usr/bin/ipa_verify {
|
||||
include <abstractions/base>
|
||||
# Until we can replace arg1 above with real arg parsing
|
||||
include <abstractions/private-files-strict>
|
||||
|
||||
/usr/bin/ipa_verify r,
|
||||
@{exec_path} mr,
|
||||
|
||||
# Probably enumerated by libcamera initialization but not needed for this tool's functionality
|
||||
deny /sys/devices/system/node/ r,
|
||||
|
Loading…
x
Reference in New Issue
Block a user