mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-26 12:58:18 +01:00
22 lines
No EOL
562 B
Text
22 lines
No EOL
562 B
Text
# 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/gdk-pixbuf-query-loaders
|
|
profile gdk-pixbuf-query-loaders @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
network inet stream,
|
|
network inet6 stream,
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}lib/gdk-pixbuf-[0-9].[0-9]*/{,*}/loaders.cache.* rw,
|
|
/{usr/,}lib/gdk-pixbuf-[0-9].[0-9]*/*/loaders.cache rw,
|
|
|
|
include if exists <local/gdk-pixbuf-query-loaders>
|
|
} |