mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
42 lines
868 B
Text
42 lines
868 B
Text
# Firejail profile for Microsoft Office Online
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include ms-office.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/ms-office-online
|
|
noblacklist ${HOME}/.jak
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin bash,env,fonts,jak,ms-office,python*,sh
|
|
private-etc alternatives,ca-certificates,crypto-policies,pki,resolv.conf,ssl
|
|
private-dev
|
|
private-tmp
|
|
|