feat(profile): split evince profiles in multiple files.

This commit is contained in:
Alexandre Pujol 2023-08-17 18:47:53 +01:00
parent f3ab8d2c71
commit 5ee31716ae
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 41 additions and 26 deletions

View file

@ -0,0 +1,16 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/evince-thumbnailer
profile evince-thumbnailer @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
include if exists <local/evince-thumbnailer>
}