From c5002a26b35a9f99a60efd3e5b3bbc026048b3d3 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 8 Feb 2020 01:55:12 +0000 Subject: include wvc to more profiles (#3209) * include wvc in aria2c.profile * include wvc in clawsker.profile * include wvc in conky.profile * include wvc in dconf.profile * include wvc in dconf-editor.profile * include wvc in exiftool.profile * include wvc in font-manager.profile * include wvc in gconf.profile * include wvc in git.profile * include wvc in gjs.profile * include wvc in gpg.profile * include wvc in img2txt.profile * include wvc in mediainfo.profile * include wvc in mpd.profile * include wvc in nitroshare.profile * include wvc in ocenaudio.profile * include wvc to ping.profile * include wvc in simple-scan.profile * include wvc in simplescreenrecorder.profile * include wvc in sysprof.profile * include wvc in tshark.profile * include wvc in uget-gtk.profile * include wvc in viewnior.profile * include wvc in weechat.profile --- etc/aria2c.profile | 1 + etc/clawsker.profile | 1 + etc/conky.profile | 1 + etc/dconf-editor.profile | 1 + etc/dconf.profile | 1 + etc/exiftool.profile | 1 + etc/font-manager.profile | 1 + etc/gconf.profile | 1 + etc/git.profile | 1 + etc/gjs.profile | 1 + etc/gpg.profile | 1 + etc/img2txt.profile | 1 + etc/mediainfo.profile | 1 + etc/mpd.profile | 1 + etc/nitroshare.profile | 1 + etc/ocenaudio.profile | 1 + etc/ping.profile | 3 ++- etc/simple-scan.profile | 1 + etc/simplescreenrecorder.profile | 1 + etc/sysprof.profile | 1 + etc/tshark.profile | 1 + etc/uget-gtk.profile | 1 + etc/viewnior.profile | 1 + etc/weechat.profile | 1 + 24 files changed, 25 insertions(+), 1 deletion(-) diff --git a/etc/aria2c.profile b/etc/aria2c.profile index 7819300af..a52a26d6f 100644 --- a/etc/aria2c.profile +++ b/etc/aria2c.profile @@ -21,6 +21,7 @@ include disable-passwdmgr.inc include disable-programs.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all ipc-namespace diff --git a/etc/clawsker.profile b/etc/clawsker.profile index 486b022ed..07db86c92 100644 --- a/etc/clawsker.profile +++ b/etc/clawsker.profile @@ -23,6 +23,7 @@ whitelist ${HOME}/.claws-mail whitelist /usr/share/perl5 include whitelist-common.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/conky.profile b/etc/conky.profile index 78f92720f..10a243cd3 100644 --- a/etc/conky.profile +++ b/etc/conky.profile @@ -17,6 +17,7 @@ include disable-programs.inc include disable-xdg.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all ipc-namespace diff --git a/etc/dconf-editor.profile b/etc/dconf-editor.profile index f9300268f..a9d25128f 100644 --- a/etc/dconf-editor.profile +++ b/etc/dconf-editor.profile @@ -17,6 +17,7 @@ include disable-xdg.inc whitelist ${HOME}/.local/share/glib-2.0 include whitelist-common.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/dconf.profile b/etc/dconf.profile index 2ee573463..ea19b2209 100644 --- a/etc/dconf.profile +++ b/etc/dconf.profile @@ -20,6 +20,7 @@ whitelist ${HOME}/.local/share/glib-2.0 # dconf paths are whitelisted by the following include whitelist-common.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/exiftool.profile b/etc/exiftool.profile index 9316a0585..daacbc0c7 100644 --- a/etc/exiftool.profile +++ b/etc/exiftool.profile @@ -21,6 +21,7 @@ include disable-programs.inc whitelist /usr/share/perl5 whitelist /usr/share/perl-image-exiftool include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/font-manager.profile b/etc/font-manager.profile index 064df38d7..ae0e32d1e 100644 --- a/etc/font-manager.profile +++ b/etc/font-manager.profile @@ -28,6 +28,7 @@ whitelist ${HOME}/.config/font-manager whitelist /usr/share/font-manager include whitelist-common.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/gconf.profile b/etc/gconf.profile index f070e6944..96848575d 100644 --- a/etc/gconf.profile +++ b/etc/gconf.profile @@ -28,6 +28,7 @@ whitelist /usr/share/GConf whitelist /usr/share/gconf include whitelist-common.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/git.profile b/etc/git.profile index da55f8744..e5a2f3985 100644 --- a/etc/git.profile +++ b/etc/git.profile @@ -33,6 +33,7 @@ whitelist /usr/share/gitgui whitelist /usr/share/gitweb whitelist /usr/share/nano include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/gjs.profile b/etc/gjs.profile index aba020bc7..85dd57f29 100644 --- a/etc/gjs.profile +++ b/etc/gjs.profile @@ -23,6 +23,7 @@ include disable-passwdmgr.inc include disable-programs.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all netfilter diff --git a/etc/gpg.profile b/etc/gpg.profile index a60d42cf8..b408a0123 100644 --- a/etc/gpg.profile +++ b/etc/gpg.profile @@ -22,6 +22,7 @@ whitelist /usr/share/gnupg whitelist /usr/share/gnupg2 whitelist /usr/share/pacman/keyrings include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all netfilter diff --git a/etc/img2txt.profile b/etc/img2txt.profile index 419da765d..0b30ec33f 100644 --- a/etc/img2txt.profile +++ b/etc/img2txt.profile @@ -20,6 +20,7 @@ include disable-xdg.inc whitelist /usr/share/imlib2 include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/mediainfo.profile b/etc/mediainfo.profile index fb8db3e3d..40ae663fc 100644 --- a/etc/mediainfo.profile +++ b/etc/mediainfo.profile @@ -16,6 +16,7 @@ include disable-passwdmgr.inc include disable-programs.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/mpd.profile b/etc/mpd.profile index 80f4df7cb..3fda87a48 100644 --- a/etc/mpd.profile +++ b/etc/mpd.profile @@ -20,6 +20,7 @@ include disable-programs.inc include disable-xdg.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all netfilter diff --git a/etc/nitroshare.profile b/etc/nitroshare.profile index 28879d09b..dfa64cff9 100644 --- a/etc/nitroshare.profile +++ b/etc/nitroshare.profile @@ -21,6 +21,7 @@ include disable-passwdmgr.inc include disable-programs.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all netfilter diff --git a/etc/ocenaudio.profile b/etc/ocenaudio.profile index acc249000..a523a6c56 100644 --- a/etc/ocenaudio.profile +++ b/etc/ocenaudio.profile @@ -19,6 +19,7 @@ include disable-programs.inc include disable-xdg.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/ping.profile b/etc/ping.profile index 11dbbcd58..5f68ee011 100644 --- a/etc/ping.profile +++ b/etc/ping.profile @@ -15,8 +15,9 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc -include whitelist-usr-share-common.inc include whitelist-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.keep net_raw ipc-namespace diff --git a/etc/simple-scan.profile b/etc/simple-scan.profile index ff6de9ec2..40fe8c566 100644 --- a/etc/simple-scan.profile +++ b/etc/simple-scan.profile @@ -18,6 +18,7 @@ include disable-xdg.inc whitelist /usr/share/simple-scan include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all netfilter diff --git a/etc/simplescreenrecorder.profile b/etc/simplescreenrecorder.profile index 5f8ab360f..f7103b62d 100644 --- a/etc/simplescreenrecorder.profile +++ b/etc/simplescreenrecorder.profile @@ -18,6 +18,7 @@ include disable-xdg.inc whitelist /usr/share/simplescreenrecorder include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/sysprof.profile b/etc/sysprof.profile index 9188df709..9761629d2 100644 --- a/etc/sysprof.profile +++ b/etc/sysprof.profile @@ -15,6 +15,7 @@ include disable-programs.inc include disable-xdg.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/tshark.profile b/etc/tshark.profile index 0decb95cf..22ced5d8a 100644 --- a/etc/tshark.profile +++ b/etc/tshark.profile @@ -17,6 +17,7 @@ include disable-xdg.inc whitelist /usr/share/wireshark include whitelist-common.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc #caps.keep net_raw caps.keep dac_override,net_admin,net_raw diff --git a/etc/uget-gtk.profile b/etc/uget-gtk.profile index ec1ac48a2..8a2e83a1a 100644 --- a/etc/uget-gtk.profile +++ b/etc/uget-gtk.profile @@ -17,6 +17,7 @@ whitelist ${DOWNLOADS} whitelist ${HOME}/.config/uGet include whitelist-common.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all netfilter diff --git a/etc/viewnior.profile b/etc/viewnior.profile index f9241c7e0..9f57b2971 100644 --- a/etc/viewnior.profile +++ b/etc/viewnior.profile @@ -20,6 +20,7 @@ include disable-passwdmgr.inc include disable-programs.inc include whitelist-usr-share-common.inc +include whitelist-var-common.inc apparmor caps.drop all diff --git a/etc/weechat.profile b/etc/weechat.profile index cc340124d..800724054 100644 --- a/etc/weechat.profile +++ b/etc/weechat.profile @@ -13,6 +13,7 @@ include disable-programs.inc whitelist /usr/share/perl5 include whitelist-usr-share-common.inc +include whitelist-var-common.inc caps.drop all netfilter -- cgit v1.2.3-54-g00ecf