fix(security): protect .docker, .azure, and .config/gh from read and write
This commit is contained in:
@@ -71,6 +71,9 @@ WRITE_DENIED_PREFIXES = [
|
||||
os.path.join(_HOME, ".kube"),
|
||||
"/etc/sudoers.d",
|
||||
"/etc/systemd",
|
||||
os.path.join(_HOME, ".docker"),
|
||||
os.path.join(_HOME, ".azure"),
|
||||
os.path.join(_HOME, ".config", "gh"),
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user