mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Add mono-sgen profile.
This commit is contained in:
parent
477df29dd5
commit
3b4af3c89e
2 changed files with 22 additions and 0 deletions
21
apparmor.d/profiles-m-r/mono-sgen
Normal file
21
apparmor.d/profiles-m-r/mono-sgen
Normal file
|
@ -0,0 +1,21 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/mono-sgen
|
||||
profile mono-sgen @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/ssl_certs>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/usr/share/.mono/{,**} rw,
|
||||
|
||||
/etc/mono/{,**} r,
|
||||
|
||||
include if exists <local/mono-sgen>
|
||||
}
|
|
@ -84,6 +84,7 @@ man complain
|
|||
mission-control complain
|
||||
mke2fs complain
|
||||
mkinitcpio attach_disconnected,complain
|
||||
mono-sgen complain
|
||||
mount complain
|
||||
newgidmap complain
|
||||
newuidmap complain
|
||||
|
|
Loading…
Reference in a new issue