Skip to content

Commit

Permalink
Merge pull request netblue30#3847 from bbhtt/small_fixes
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
reinerh committed Dec 29, 2020
2 parents 2da62c2 + 7268981 commit a91e35c
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ blacklist ${HOME}/.cache/ms-skype-online
blacklist ${HOME}/.cache/ms-word-online
blacklist ${HOME}/.cache/mutt
blacklist ${HOME}/.cache/mypaint
blacklist ${HOME}/.cache/nheko/nheko
blacklist ${HOME}/.cache/nheko
blacklist ${HOME}/.cache/netsurf
blacklist ${HOME}/.cache/okular
blacklist ${HOME}/.cache/opera
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/alacarte.profile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ shell none
tracelog

disable-mnt
private-bin alacarte,bash,python*,sh
# private-bin alacarte,bash,python*,sh
private-cache
private-dev
private-etc alternatives,dconf,fonts,gtk-3.0,locale.alias,locale.conf,login.defs,mime.types,nsswitch.conf,passwd,pki,X11,xdg
Expand Down
5 changes: 5 additions & 0 deletions etc/profile-a-l/element-desktop.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ include element-desktop.local
# added by included profile
#include globals.local

ignore dbus-user none

noblacklist ${HOME}/.config/Element

mkdir ${HOME}/.config/Element
Expand All @@ -15,5 +17,8 @@ whitelist /opt/Element

private-opt Element

dbus-user filter
dbus-user.talk org.freedesktop.secrets

# Redirect
include riot-desktop.profile
1 change: 1 addition & 0 deletions etc/profile-a-l/feh.profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Firejail profile for feh
# Description: imlib2 based image viewer
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include feh.local
# Persistent global definitions
Expand Down
1 change: 1 addition & 0 deletions etc/profile-a-l/links.profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Firejail profile for links
# Description: Text WWW browser
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include links.local
# Persistent global definitions
Expand Down
1 change: 1 addition & 0 deletions etc/profile-a-l/lynx.profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Firejail profile for lynx
# Description: Classic non-graphical (text-mode) web browser
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include lynx.local
# Persistent global definitions
Expand Down
18 changes: 16 additions & 2 deletions etc/profile-m-z/nheko.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include nheko.local
include globals.local

noblacklist ${HOME}/.config/nheko
noblacklist ${HOME}/.cache/nheko/nheko
noblacklist ${HOME}/.cache/nheko

include disable-common.inc
include disable-devel.inc
Expand All @@ -16,14 +16,19 @@ include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
include disable-shell.inc
include disable-xdg.inc

mkdir ${HOME}/.config/nheko
mkdir ${HOME}/.cache/nheko/nheko
whitelist ${HOME}/.config/nheko
whitelist ${HOME}/.cache/nheko/nheko
whitelist ${HOME}/.cache/nheko
whitelist ${DOWNLOADS}
include whitelist-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
include whitelist-var-common.inc

apparmor
caps.drop all
netfilter
nodvd
Expand All @@ -38,5 +43,14 @@ tracelog

disable-mnt
private-bin nheko
private-cache
private-dev
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
private-tmp

dbus-user none
# Comment the above line and uncomment below lines for notification popups
# dbus-user filter
# dbus-user.talk org.freedesktop.Notifications
# dbus-user.talk org.kde.StatusNotifierWatcher
dbus-system none
4 changes: 4 additions & 0 deletions etc/profile-m-z/spectral.profile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,
private-tmp

dbus-user none
# Comment the above line and uncomment below lines for notification popups
# dbus-user filter
# dbus-user.talk org.freedesktop.Notifications
# dbus-user.talk org.kde.StatusNotifierWatcher
dbus-system none

0 comments on commit a91e35c

Please sign in to comment.