Update profiles.

This commit is contained in:
Alexandre Pujol 2021-12-08 17:38:43 +00:00
parent 4522ca91db
commit dc0347388b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 41 additions and 45 deletions

View file

@ -1,6 +1,6 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2020-2021 Mikhail Morfikov
# 2021 Alexandre Pujol <alexandre@pujol.io>
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
@ -77,7 +77,11 @@ profile git @{exec_path} {
/{usr/,}bin/vim rCx -> editor,
/{usr/,}bin/vim.* rCx -> editor,
/{usr/,}lib/code/extensions/git/dist/askpass.sh rPx,
/usr/share/aurpublish/*.hook rPx,
owner @{HOME}/.gitconfig r,
owner @{HOME}/.netrc r,
owner @{user_config_dirs}/git/{,*} rw,
/usr/share/git-core/{,**} r,
@ -106,7 +110,6 @@ profile git @{exec_path} {
/etc/mailname r,
profile gpg {
include <abstractions/base>
include <abstractions/consoles>