chore(profile): remove trailing whitespace in profiles.
This commit is contained in:
parent
88b362f7fb
commit
38b973c596
143 changed files with 184 additions and 181 deletions
|
|
@ -36,7 +36,7 @@ profile molly-guard @{exec_path} {
|
|||
profile systemctl {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/systemctl>
|
||||
|
||||
|
||||
include if exists <local/molly-guard_systemctl>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ profile mount-nfs @{exec_path} flags=(complain) {
|
|||
profile systemctl {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/systemctl>
|
||||
|
||||
|
||||
include if exists <local/mount-nfs_systemctl>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ profile mutt @{exec_path} {
|
|||
@{sh_path} rix,
|
||||
|
||||
@{lib}/{,sendmail/}sendmail rPUx,
|
||||
@{bin}/ispell rPUx,
|
||||
@{bin}/ispell rPUx,
|
||||
@{bin}/abook rPUx,
|
||||
@{bin}/mutt_dotlock rix,
|
||||
# Misc mutt scripts
|
||||
|
|
@ -84,13 +84,13 @@ profile mutt @{exec_path} {
|
|||
|
||||
# Used When viewing attachments
|
||||
owner /{var/,}tmp/* lrw,
|
||||
|
||||
|
||||
profile html-renderer {
|
||||
include <abstractions/base>
|
||||
|
||||
@{bin}/w3m mrix,
|
||||
@{bin}/lynx mrix,
|
||||
|
||||
|
||||
owner @{HOME}/.w3m/* rw,
|
||||
owner @{user_mail_dirs}/{,**} r,
|
||||
owner @{user_mail_dirs}/tmp/{,**} rw,
|
||||
|
|
@ -142,9 +142,9 @@ profile mutt @{exec_path} {
|
|||
|
||||
owner @{HOME}/@{XDG_GPG_DIR}/ rw,
|
||||
owner @{HOME}/@{XDG_GPG_DIR}/** rwkl -> @{HOME}/@{XDG_GPG_DIR}/**,
|
||||
|
||||
|
||||
owner /{var/,}tmp/mutt* lrw,
|
||||
|
||||
|
||||
include if exists <local/mutt_gpg>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ profile popularity-contest @{exec_path} {
|
|||
/var/log/popularity-contest.new w,
|
||||
|
||||
owner @{tmp}/#@{int} rw,
|
||||
|
||||
|
||||
@{PROC}/ r,
|
||||
|
||||
include if exists <local/popularity-contest>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# To force the use of the Gnome Keyring or Kwallet secret-service, add the
|
||||
# To force the use of the Gnome Keyring or Kwallet secret-service, add the
|
||||
# following lines in your local/protonmail-bridge-core file:
|
||||
# deny @{bin}/pass x,
|
||||
# deny owner @{user_password_store_dirs}/** r,
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ profile resolvconf @{exec_path} {
|
|||
|
||||
include if exists <local/resolvconf_systemctl>
|
||||
}
|
||||
|
||||
|
||||
include if exists <local/resolvconf>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ profile run-parts @{exec_path} {
|
|||
capability mknod,
|
||||
|
||||
@{exec_path} mrix,
|
||||
|
||||
|
||||
@{sh_path} rix,
|
||||
@{bin}/anacron rix,
|
||||
@{bin}/cat rix,
|
||||
|
|
@ -114,7 +114,7 @@ profile run-parts @{exec_path} {
|
|||
/etc/update-motd.d/ r,
|
||||
/etc/update-motd.d/* rCx -> motd,
|
||||
|
||||
# Kernel
|
||||
# Kernel
|
||||
/etc/kernel/header_postinst.d/ r,
|
||||
/etc/kernel/header_postinst.d/dkms rCx -> kernel,
|
||||
|
||||
|
|
@ -169,7 +169,7 @@ profile run-parts @{exec_path} {
|
|||
@{bin}/sort rix,
|
||||
@{bin}/tr rix,
|
||||
@{bin}/uname rix,
|
||||
|
||||
|
||||
@{bin}/snap rPUx,
|
||||
@{lib}/ubuntu-release-upgrader/release-upgrade-motd rPx,
|
||||
@{lib}/update-notifier/update-motd-fsck-at-reboot rPx,
|
||||
|
|
@ -238,7 +238,7 @@ profile run-parts @{exec_path} {
|
|||
# For shell pwd
|
||||
/ r,
|
||||
/boot/ r,
|
||||
|
||||
|
||||
/etc/apt/apt.conf.d/ r,
|
||||
/etc/apt/apt.conf.d/01autoremove-kernels{,.dpkg-new} rw,
|
||||
/etc/modprobe.d/ r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue