feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-02-07 13:50:40 +00:00
parent 9b705ab76c
commit cdaf72eb3d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
22 changed files with 31 additions and 63 deletions

View file

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