Simplify read access to /usr/share/mutt

This commit is contained in:
doublez13 2024-02-02 15:37:14 -07:00 committed by GitHub
parent 59f00d2ab1
commit e1e2ef3023
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,10 +23,10 @@ profile mutt @{exec_path} {
@{exec_path} mr,
# Mutt config files
/usr/{local/,}share/mutt/Muttrc r,
/etc/{mutt/,}Muttrc r,
owner @{HOME}/.mutt/** r,
owner @{HOME}/.muttrc* r,
/usr/share/mutt/** r,
/etc/{mutt/,}Muttrc r,
owner @{HOME}/.mutt/** r,
owner @{HOME}/.muttrc* r,
owner @{HOME}/.cache/mutt rwk,
@ -77,7 +77,6 @@ profile mutt @{exec_path} {
# Mutt mailcap search path
owner @{HOME}/.mailcap r,
/usr/share/mutt/mailcap r,
/etc/{mutt/,}mailcap r,
/usr/{local/,}etc/mailcap r,