feat(kde): add more kde profiles.

This commit is contained in:
Alexandre Pujol 2023-04-30 21:50:08 +01:00
parent ee10658d09
commit 35ca2692c9
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
11 changed files with 346 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# 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} = @{libexec}/utempter/utempter
profile utempter @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/wutmp>
@{exec_path} mr,
/dev/ptmx rw,
include if exists <local/utempter>
}