mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
AWS and GCP store credentials in local directories as part of project setup.
Configuration for cloud providers is sensitive information; it should be in the default block list. I didn't see profiles for gcloud or awscli, so haven't added any exclusions. boto and kubectl are not provider-specific, but also store credentials for whichever platforms they happen to be being used with.
This commit is contained in:
parent
2c12be7f55
commit
b470715f39
1 changed files with 7 additions and 0 deletions
|
|
@ -297,6 +297,13 @@ blacklist /etc/ssh
|
|||
blacklist /home/.ecryptfs
|
||||
blacklist /var/backup
|
||||
|
||||
# cloud provider configuration
|
||||
blacklist ${HOME}/.aws
|
||||
blacklist ${HOME}/.boto
|
||||
blacklist /etc/boto.cfg
|
||||
blacklist ${HOME}/.config/gcloud
|
||||
blacklist ${HOME}/.kube
|
||||
|
||||
# system directories
|
||||
blacklist /sbin
|
||||
blacklist /usr/local/sbin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue