mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
containing:
- files forgotten in 4beaf8f9
- workarounds for #903
- commented useless private-etc lines removed
- remove commented seccomp.keep lines
- much more
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
# Firejail profile for github-desktop
|
|
# Description: Extend your GitHub workflow beyond your browser with GitHub Desktop
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include github-desktop.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/GitHub Desktop
|
|
noblacklist ${HOME}/.config/git
|
|
noblacklist ${HOME}/.gitconfig
|
|
noblacklist ${HOME}/.git-credentials
|
|
|
|
include disable-common.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
# no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
|
|
# Note: On debian-based distributions the binary might be located in
|
|
# /opt/GitHub Desktop/github-desktop, and therefore not be in PATH.
|
|
# If that's the case you can start GitHub Desktop with firejail via
|
|
# `firejail "/opt/GitHub Desktop/github-desktop"`.
|
|
|
|
disable-mnt
|
|
# private-bin github-desktop
|
|
private-cache
|
|
?HAS_APPIMAGE: ignore private-dev
|
|
private-dev
|
|
# private-lib
|
|
private-tmp
|
|
|
|
# memory-deny-write-execute
|