# apparmor.d - Full set of apparmor profiles # Copyright (C) 2023-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = @{bin}/onefetch profile onefetch @{exec_path} { include include @{exec_path} mr, @{bin}/git rPx, @{lib}/git{,-core}/git rPx, owner @{user_config_dirs}/git/{,**} r, owner @{user_projects_dirs}/{,**} r, owner @{PROC}/@{pid}/cgroup r, owner @{PROC}/@{pid}/stat r, include if exists } # vim:syntax=apparmor