Skip to content

Commit

Permalink
New profile: daisy (netblue30#5935)
Browse files Browse the repository at this point in the history
* firecfg.config: add daisy support

* Create daisy.profile
  • Loading branch information
glitsj16 authored Aug 2, 2023
1 parent 95184d8 commit b76dc25
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
64 changes: 64 additions & 0 deletions etc/profile-a-l/daisy.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Firejail profile for daisy
# Description: TUI scientific calculator with support for units
# This file is overwritten after every install/update
# Persistent local customizations
include daisy.local
# Persistent global definitions
include globals.local

blacklist ${RUNUSER}

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-proc.inc
include disable-programs.inc
include disable-shell.inc
#include disable-X11.inc - x11 none
include disable-xdg.inc

include whitelist-common.inc
include whitelist-run-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
include whitelist-var-common.inc

apparmor
caps.drop all
ipc-namespace
machine-id
net none
no3d
nodvd
nogroups
noinput
nonewprivs
noprinters
noroot
nosound
notv
nou2f
novideo
# block socket syscall to simulate empty protocol option (see #639)
seccomp socket
seccomp.block-secondary
tracelog
x11 none

disable-mnt
private
private-bin daisy
private-cache
private-dev
private-etc
private-lib
private-opt none
private-tmp

dbus-user none
dbus-system none

memory-deny-write-execute
read-only ${HOME}
restrict-namespaces
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ crow
cryptocat
cvlc
cyberfox
daisy
darktable
dconf-editor
ddgr
Expand Down

0 comments on commit b76dc25

Please sign in to comment.