aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-11-23 13:43:21 +0000
committerLibravatar GitHub <noreply@github.com>2021-11-23 13:43:21 +0000
commitf55e51e482dd323e6eb1db85c3e6de9b575869f2 (patch)
tree1e25a285985f0b6f3248bf978286312dfc397ade
parentMerge pull request #4632 from kmk3/consider-nosound-novideo-groups (diff)
parentMerge branch 'netblue30:master' into master (diff)
downloadfirejail-f55e51e482dd323e6eb1db85c3e6de9b575869f2.tar.gz
firejail-f55e51e482dd323e6eb1db85c3e6de9b575869f2.tar.zst
firejail-f55e51e482dd323e6eb1db85c3e6de9b575869f2.zip
Merge pull request #4438 from caydey/master
Added `quiet` to some CLI profiles
-rw-r--r--etc/profile-a-l/bleachbit.profile1
-rw-r--r--etc/profile-a-l/img2txt.profile1
-rw-r--r--etc/profile-a-l/keepassxc-cli.profile1
-rw-r--r--etc/profile-m-z/ncdu.profile1
-rw-r--r--etc/profile-m-z/pdftotext.profile1
-rw-r--r--etc/profile-m-z/weechat.profile1
6 files changed, 6 insertions, 0 deletions
diff --git a/etc/profile-a-l/bleachbit.profile b/etc/profile-a-l/bleachbit.profile
index 28ce8fbea..267e8b539 100644
--- a/etc/profile-a-l/bleachbit.profile
+++ b/etc/profile-a-l/bleachbit.profile
@@ -1,6 +1,7 @@
1# Firejail profile for bleachbit 1# Firejail profile for bleachbit
2# Description: Delete unnecessary files from the system 2# Description: Delete unnecessary files from the system
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet
4# Persistent local customizations 5# Persistent local customizations
5include bleachbit.local 6include bleachbit.local
6# Persistent global definitions 7# Persistent global definitions
diff --git a/etc/profile-a-l/img2txt.profile b/etc/profile-a-l/img2txt.profile
index 54cad08c7..dd08e46f5 100644
--- a/etc/profile-a-l/img2txt.profile
+++ b/etc/profile-a-l/img2txt.profile
@@ -1,5 +1,6 @@
1# Firejail profile for img2txt 1# Firejail profile for img2txt
2# This file is overwritten after every install/update 2# This file is overwritten after every install/update
3quiet
3# Persistent local customizations 4# Persistent local customizations
4include img2txt.local 5include img2txt.local
5# Persistent global definitions 6# Persistent global definitions
diff --git a/etc/profile-a-l/keepassxc-cli.profile b/etc/profile-a-l/keepassxc-cli.profile
index 925609384..c292041f3 100644
--- a/etc/profile-a-l/keepassxc-cli.profile
+++ b/etc/profile-a-l/keepassxc-cli.profile
@@ -1,6 +1,7 @@
1# Firejail profile for keepassxc-cli 1# Firejail profile for keepassxc-cli
2# Description: command line interface for KeePassXC 2# Description: command line interface for KeePassXC
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet
4# Persistent local customizations 5# Persistent local customizations
5include keepassxc-cli.local 6include keepassxc-cli.local
6# Persistent global definitions 7# Persistent global definitions
diff --git a/etc/profile-m-z/ncdu.profile b/etc/profile-m-z/ncdu.profile
index 063e30366..5578cfc9c 100644
--- a/etc/profile-m-z/ncdu.profile
+++ b/etc/profile-m-z/ncdu.profile
@@ -1,6 +1,7 @@
1# Firejail profile for ncdu 1# Firejail profile for ncdu
2# Description: Ncurses disk usage viewer 2# Description: Ncurses disk usage viewer
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet
4# Persistent local customizations 5# Persistent local customizations
5include ncdu.local 6include ncdu.local
6# Persistent global definitions 7# Persistent global definitions
diff --git a/etc/profile-m-z/pdftotext.profile b/etc/profile-m-z/pdftotext.profile
index 9d2f2b95f..291d533a6 100644
--- a/etc/profile-m-z/pdftotext.profile
+++ b/etc/profile-m-z/pdftotext.profile
@@ -1,6 +1,7 @@
1# Firejail profile for pdftotext 1# Firejail profile for pdftotext
2# Description: Portable Document Format (PDF) to text converter 2# Description: Portable Document Format (PDF) to text converter
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet
4# Persistent local customizations 5# Persistent local customizations
5include pdftotext.local 6include pdftotext.local
6# Persistent global definitions 7# Persistent global definitions
diff --git a/etc/profile-m-z/weechat.profile b/etc/profile-m-z/weechat.profile
index 76935212f..07babd502 100644
--- a/etc/profile-m-z/weechat.profile
+++ b/etc/profile-m-z/weechat.profile
@@ -1,6 +1,7 @@
1# Firejail profile for weechat 1# Firejail profile for weechat
2# Description: Fast, light and extensible chat client 2# Description: Fast, light and extensible chat client
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet
4# Persistent local customizations 5# Persistent local customizations
5include weechat.local 6include weechat.local
6# Persistent global definitions 7# Persistent global definitions