mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

From: Simon Deziel <simon.deziel@gmail.com> A fair number of the rules that apply to files in @{HOME} predate the existence of the 'owner' qualifier. This patch adds the 'owner' qualifier in several places. Acked-by: Steve Beattie <sbeattie@ubuntu.com>
10 lines
318 B
Text
10 lines
318 B
Text
# vim:syntax=apparmor
|
|
# gnupg sub-process running permissions
|
|
|
|
# user configurations
|
|
owner @{HOME}/.gnupg/options r,
|
|
owner @{HOME}/.gnupg/pubring.gpg r,
|
|
owner @{HOME}/.gnupg/random_seed rw,
|
|
owner @{HOME}/.gnupg/secring.gpg r,
|
|
owner @{HOME}/.gnupg/so/*.x86_64 mr,
|
|
owner @{HOME}/.gnupg/trustdb.gpg rw,
|