Skip to content

Commit

Permalink
Added cawbird profile (#3533)
Browse files Browse the repository at this point in the history
* Added cawbird profile
See #3533

Squash commits for merging
  • Loading branch information
bbhtt authored Jul 23, 2020
1 parent fb145c3 commit eab7dc9
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ blacklist ${HOME}/.config/caja
blacklist ${HOME}/.config/calibre
blacklist ${HOME}/.config/cantata
blacklist ${HOME}/.config/catfish
blacklist ${HOME}/.config/cawbird
blacklist ${HOME}/.config/celluloid
blacklist ${HOME}/.config/cherrytree
blacklist ${HOME}/.config/chrome-beta-flags.conf
Expand Down
46 changes: 46 additions & 0 deletions etc/profile-a-l/cawbird.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Firejail profile for cawbird
# Description: Open-source Twitter client for Linux
# This file is overwritten after every install/update
# Persistent local customizations
include cawbird.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.config/cawbird

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-programs.inc
include disable-passwdmgr.inc
include disable-shell.inc
include disable-xdg.inc

apparmor
caps.drop all
machine-id
netfilter
nodvd
no3d
nogroups
nonewprivs
noroot
nosound
notv
nou2f
novideo
protocol unix,inet,inet6
seccomp
shell none
tracelog

disable-mnt
private-bin cawbird
private-cache
private-dev
private-etc alternatives,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,hosts,host.conf,hostname,mime.types,nsswitch.conf,pki,resolv.conf,ssl,xdg,X11
private-tmp

# dbus-user none
dbus-system none
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ calligrawords
cameramonitor
cantata
catfish
cawbird
celluloid
checkbashisms
cheese
Expand Down

0 comments on commit eab7dc9

Please sign in to comment.