Skip to content
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

New profile: hledger/hledger-ui #6585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions etc/profile-a-l/hledger-ui.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Firejail profile for hledger-ui
# Description: terminal interface (TUI) for hledger
# This file is overwritten after every install/update
# Persistent local customizations
include hledger-ui.local

# This seems required for launching editor in hledger-ui
# Allow /bin/sh (blacklisted by disable-shell.inc)
include allow-bin-sh.inc

include hledger.profile
63 changes: 63 additions & 0 deletions etc/profile-a-l/hledger.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Firejail profile for hledger
# Description: hledger is plain text accounting software
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include hledger.local
# Persistent global definitions
include globals.local

blacklist ${RUNUSER}
blacklist /usr/libexec

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
# Superseded by disable-mnt
#include disable-write-mnt.inc
# Superseded by x11 none
#include disable-X11.inc
include disable-xdg.inc

whitelist ${HOME}/.hledger.journal
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
notpm
notv
nou2f
novideo
seccomp
seccomp.block-secondary
x11 none

disable-mnt
private-cache
private-dev
private-tmp

dbus-user none
dbus-system none

deterministic-shutdown
#memory-deny-write-execute # breaks haskell (ghc)
Loading