feat(profile): add structure for some cups profile.

They are empty, and forced into complain mode.
This commit is contained in:
Alexandre Pujol 2023-12-06 20:06:49 +00:00
parent c0bab81e45
commit 0568ef0d45
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 108 additions and 0 deletions

View 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} = @{lib}/cups/backend/hp{,fax}
profile cups-backend-hp @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
/etc/papersize r,
include if exists <local/cups-backend-hp>
}