aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-30 16:33:37 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-30 22:36:32 -0300
commit8fe1b93629e67a6d2c1511890689e1064da4f361 (patch)
tree3ff94effdfa30dec9804ba144ce2d5d7f8c6bcd9 /etc
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-8fe1b93629e67a6d2c1511890689e1064da4f361.tar.gz
firejail-8fe1b93629e67a6d2c1511890689e1064da4f361.tar.zst
firejail-8fe1b93629e67a6d2c1511890689e1064da4f361.zip
ids.config: add missing global shell paths
Add missing paths for bash, ksh and zsh. Environment: Artix Linux
Diffstat (limited to 'etc')
-rw-r--r--etc/ids.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/ids.config b/etc/ids.config
index ff55416ca..6c1aa543b 100644
--- a/etc/ids.config
+++ b/etc/ids.config
@@ -67,6 +67,7 @@ ${HOME}/.zshrc
67/etc/shells 67/etc/shells
68/etc/skel 68/etc/skel
69# bash 69# bash
70/etc/bash
70/etc/bash_completion* 71/etc/bash_completion*
71/etc/bash.bashrc 72/etc/bash.bashrc
72/etc/bashrc 73/etc/bashrc
@@ -74,6 +75,7 @@ ${HOME}/.zshrc
74/etc/fish 75/etc/fish
75# ksh 76# ksh
76/etc/ksh.kshrc 77/etc/ksh.kshrc
78/etc/suid_profile
77# tcsh 79# tcsh
78/etc/complete.tcsh 80/etc/complete.tcsh
79/etc/csh.cshrc 81/etc/csh.cshrc
@@ -83,6 +85,7 @@ ${HOME}/.zshrc
83/etc/zlogin 85/etc/zlogin
84/etc/zlogout 86/etc/zlogout
85/etc/zprofile 87/etc/zprofile
88/etc/zsh
86/etc/zshenv 89/etc/zshenv
87/etc/zshrc 90/etc/zshrc
88 91