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>
|
include <tunables/global>
|
||||||
|
|
||||||
@{arg1}=/**/*.so
|
@{arg1}=/**/*.so
|
||||||
profile ipa_verify /usr/bin/ipa_verify flags=(unconfined) {
|
|
||||||
userns,
|
|
||||||
@{exec_path} mr,
|
|
||||||
|
|
||||||
profile ipa_verify /usr/bin/ipa_verify {
|
profile ipa_verify /usr/bin/ipa_verify {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
# Until we can replace arg1 above with real arg parsing
|
# Until we can replace arg1 above with real arg parsing
|
||||||
include <abstractions/private-files-strict>
|
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
|
# Probably enumerated by libcamera initialization but not needed for this tool's functionality
|
||||||
deny /sys/devices/system/node/ r,
|
deny /sys/devices/system/node/ r,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user