aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-12-22 12:11:08 -0600
committerLibravatar GitHub <noreply@github.com>2017-12-22 12:11:08 -0600
commita21705fdb4e7c362a86d80746f1670c8e00b07c5 (patch)
tree2a6834a65d687039a7a7967c06d5263d6d38d482
parentfiremon fixes (diff)
parentdisable-common.inc: read-only access to ~/.ssh/authorized_keys (diff)
downloadfirejail-a21705fdb4e7c362a86d80746f1670c8e00b07c5.tar.gz
firejail-a21705fdb4e7c362a86d80746f1670c8e00b07c5.tar.zst
firejail-a21705fdb4e7c362a86d80746f1670c8e00b07c5.zip
Merge pull request #1689 from gerasiov/master
disable-common.inc: read-only access to ~/.ssh/authorized_keys
-rw-r--r--etc/disable-common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 3344c3a1f..91c554f2e 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -194,6 +194,9 @@ read-only ${HOME}/.zshenv
194read-only ${HOME}/.zshrc 194read-only ${HOME}/.zshrc
195read-only ${HOME}/.zshrc.local 195read-only ${HOME}/.zshrc.local
196 196
197# Remote access
198read-only ${HOME}/.ssh/authorized_keys
199
197# Initialization files that allow arbitrary command execution 200# Initialization files that allow arbitrary command execution
198read-only ${HOME}/.caffrc 201read-only ${HOME}/.caffrc
199read-only ${HOME}/.dotfiles 202read-only ${HOME}/.dotfiles