-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add profile for otter-browser #3564
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Firejail profile for otter-browser | ||
# Description: Lightweight web browser based on Qt5 | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include otter-browser.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
?BROWSER_ALLOW_DRM: ignore noexec ${HOME} | ||
|
||
noblacklist ${HOME}/.pki | ||
noblacklist ${HOME}/.local/share/pki | ||
noblacklist ${HOME}/.cache/Otter | ||
noblacklist ${HOME}/.config/otter | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-passwdmgr.inc | ||
include disable-programs.inc | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
mkdir ${HOME}/.pki | ||
mkdir ${HOME}/.cache/Otter | ||
mkdir ${HOME}/.config/otter | ||
mkdir ${HOME}/.local/share/pki | ||
whitelist ${DOWNLOADS} | ||
whitelist ${HOME}/.pki | ||
whitelist ${HOME}/.cache/Otter | ||
whitelist ${HOME}/.config/otter | ||
whitelist ${HOME}/.local/share/pki | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also alphabetise |
||
whitelist /usr/share/otter-browser | ||
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 | ||
nogroups | ||
nonewprivs | ||
noroot | ||
notv | ||
?BROWSER_DISABLE_U2F: nou2f | ||
protocol unix,inet,inet6,netlink | ||
seccomp !chroot | ||
shell none | ||
|
||
disable-mnt | ||
private-cache | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is a private-bin possible? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I don't think we support this for other browsers
The reason is that the most distros ship custom/own shell-scripts to start firefox. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll add the above |
||
?BROWSER_DISABLE_U2F: private-dev | ||
private-etc alternatives,asound.conf,ca-certificates,crypto-policies,dconf,fonts,group,gtk-2.0,gtk-3.0,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,machine-id,mailcap,mime.types,nsswitch.conf,pango,passwd,pki,pulse,resolv.conf,selinux,ssl,X11,xdg | ||
private-tmp | ||
|
||
dbus-system none |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -547,6 +547,7 @@ opera | |
opera-beta | ||
orage | ||
ostrichriders | ||
otter-browser | ||
out123 | ||
palemoon | ||
#pandoc | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alphabetise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!