From a97d53383f89bf88053e7dd3eeaf1a20d94c23fb Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 14 Mar 2024 18:48:02 +0000 Subject: New profile: statusof.profile (#6253) Description: Python script to check the status of a list of URLs. https://github.com/Arthurdw/statusof --- etc/profile-m-z/statusof.profile | 68 ++++++++++++++++++++++++++++++++++++++++ src/firecfg/firecfg.config | 1 + 2 files changed, 69 insertions(+) create mode 100644 etc/profile-m-z/statusof.profile diff --git a/etc/profile-m-z/statusof.profile b/etc/profile-m-z/statusof.profile new file mode 100644 index 000000000..7463b90f5 --- /dev/null +++ b/etc/profile-m-z/statusof.profile @@ -0,0 +1,68 @@ +# Firejail profile for statusof +# Description: Small python script to check the status of a list of urls +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include statusof.local +# Persistent global definitions +include globals.local + +blacklist /tmp/.X11-unix +blacklist /usr/libexec +blacklist ${RUNUSER} + +# Allow python (blacklisted by disable-interpreters.inc) +include allow-python3.inc + +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-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 +netfilter +no3d +nodvd +nogroups +noinput +nonewprivs +noprinters +noroot +nosound +notv +nou2f +novideo +protocol inet +seccomp +seccomp.block-secondary +tracelog +x11 none + +disable-mnt +private +private-bin python*,statusof +private-cache +private-dev +private-etc @network,@tls-ca,httpd +private-lib engines*,libcrypto.so.*,libssl.so.*,libz.so.*,python* +private-tmp + +dbus-user none +dbus-system none + +memory-deny-write-execute +read-only ${HOME} +restrict-namespaces diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index 916ff3ba5..9b949cf90 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -812,6 +812,7 @@ ssh #ssh-agent # problems on Arch with Fish shell (#1568) standardnotes-desktop start-tor-browser +statusof steam steam-native steam-runtime -- cgit v1.2.3-54-g00ecf