mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Add glib-pacrunner.
This commit is contained in:
parent
926c89de95
commit
d929d662f5
1 changed files with 21 additions and 0 deletions
21
apparmor.d/groups/glib/glib-pacrunner
Normal file
21
apparmor.d/groups/glib/glib-pacrunner
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/,}lib/glib-pacrunner
|
||||
profile glib-pacrunner @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
network netlink raw,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/glib-pacrunner>
|
||||
}
|
Loading…
Reference in a new issue