29 lines
527 B
Plaintext
29 lines
527 B
Plaintext
{
|
|
"macos_writable_paths": [],
|
|
"macos_readable_extra_paths": [],
|
|
"macos_deny_read_paths": [
|
|
"~/.ssh",
|
|
"~/.aws",
|
|
"~/.azure",
|
|
"~/.gcp",
|
|
"~/.google",
|
|
"~/.kube",
|
|
"~/.docker",
|
|
"~/.gnupg",
|
|
"~/.npmrc",
|
|
"~/.netrc",
|
|
"~/.pypirc",
|
|
"~/.git-credentials",
|
|
"~/.bash_history",
|
|
"~/.zsh_history",
|
|
"~/.psql_history",
|
|
"~/.mysql_history",
|
|
"~/.pgpass",
|
|
"/Library/Keychains",
|
|
"~/Library/Keychains"
|
|
],
|
|
"macos_deny_read_regexes": [
|
|
"^/.*\\.env(\\.[^/]*)?$"
|
|
]
|
|
}
|