mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-07 02:35:06 +01:00
23 lines
No EOL
487 B
Text
23 lines
No EOL
487 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}lib/cups/backend/snmp
|
|
profile cups-backend-snmp @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
network inet dgram,
|
|
network inet6 dgram,
|
|
network netlink raw,
|
|
|
|
@{exec_path} mr,
|
|
|
|
/etc/cups/snmp.conf r,
|
|
/etc/papersize r,
|
|
|
|
include if exists <local/cups-backend-snmp>
|
|
} |