mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-07 02:35:06 +01:00
Add glib-compile-schemas.
This commit is contained in:
parent
efe56f3841
commit
70ad571cbe
1 changed files with 20 additions and 0 deletions
20
apparmor.d/groups/gnome/glib-compile-schemas
Normal file
20
apparmor.d/groups/gnome/glib-compile-schemas
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = /{usr/,}bin/glib-compile-schemas
|
||||||
|
profile glib-compile-schemas @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/usr/share/glib-2.0/schemas/{,*} r,
|
||||||
|
/usr/share/glib-2.0/schemas/gschemas.compiled.[A-Z0-9]* rw,
|
||||||
|
/usr/share/glib-2.0/schemas/gschemas.compiled rw,
|
||||||
|
|
||||||
|
include if exists <local/glib-compile-schemas>
|
||||||
|
}
|
Loading…
Reference in a new issue