Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/netblue30/firejail
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Aug 22, 2023
2 parents 7fd98fd + 5ba5ed0 commit e60964b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion etc/inc/disable-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,13 @@ read-only ${HOME}/.zshenv
read-only ${HOME}/.zshrc
read-only ${HOME}/.zshrc.local

# Remote access - ${HOME}/.ssh directory blacklisted in top secret section below
# Remote access (used only by sshd; should always be blacklisted)
blacklist ${HOME}/.rhosts
blacklist ${HOME}/.shosts
blacklist ${HOME}/.ssh/authorized_keys
blacklist ${HOME}/.ssh/authorized_keys2
blacklist ${HOME}/.ssh/environment
blacklist ${HOME}/.ssh/rc
blacklist /etc/hosts.equiv

# Initialization files that allow arbitrary command execution
Expand Down Expand Up @@ -354,6 +358,8 @@ read-only ${HOME}/.nanorc
read-only ${HOME}/.npmrc
read-only ${HOME}/.pythonrc.py
read-only ${HOME}/.reportbugrc
read-only ${HOME}/.ssh/config
read-only ${HOME}/.ssh/config.d
read-only ${HOME}/.tmux.conf
read-only ${HOME}/.vim
read-only ${HOME}/.viminfo
Expand Down
1 change: 1 addition & 0 deletions test/fs/kmsg.exp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sleep 1
send -- "cat /dev/kmsg\r"
expect {
timeout {puts "TESTING ERROR 2\n";exit}
"No such file or directory" # FIXME: Needed in CI
"Permission denied"
}
after 100
Expand Down

0 comments on commit e60964b

Please sign in to comment.