feat(profiles): add profiles for cups.
This commit is contained in:
parent
30f0b69a67
commit
14fd88aa2f
17 changed files with 468 additions and 0 deletions
18
apparmor.d/profiles-a-f/cups-backend-ipp
Normal file
18
apparmor.d/profiles-a-f/cups-backend-ipp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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/ipp
|
||||
profile cups-backend-ipp @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/etc/papersize r,
|
||||
|
||||
include if exists <local/cups-backend-ipp>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue