59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(tmux source-file:*)",
|
|
"Bash(git:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(sudo:*)",
|
|
"Bash(find:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(systemctl:*)",
|
|
"Bash(sysctl:*)",
|
|
"Bash(crontab:*)",
|
|
"Bash(dig:*)",
|
|
"Bash(ulimit:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(iptables:*)",
|
|
"Bash(ip6tables:*)",
|
|
"Bash(ufw status:*)",
|
|
"Bash(firewall-cmd:*)",
|
|
"Bash(apt list:*)",
|
|
"Bash(apt-get install:*)",
|
|
"Bash(apt-get upgrade:*)",
|
|
"Bash(dpkg:*)",
|
|
"Bash(fail2ban-client status:*)",
|
|
"Bash(fail2ban-client set:*)",
|
|
"Bash(aa-status)",
|
|
"Bash(getenforce)",
|
|
"Bash(mount)",
|
|
"Bash(netstat -tuln)",
|
|
"Bash(netstat -tlnp)",
|
|
"Bash(openssl x509:*)",
|
|
"Bash(openssl rand:*)",
|
|
"Bash(grep -v \"^$\")",
|
|
"Bash(du -sh /var/log/*)",
|
|
"Bash(lsmod)",
|
|
"Bash(xargs ls:*)",
|
|
"Bash(last:*)",
|
|
"Bash(nginx:*)",
|
|
"Bash(redis-cli:*)",
|
|
"Bash(rkhunter:*)",
|
|
"Bash(aideinit)",
|
|
"Bash(npm --version)",
|
|
"Bash(ruby --version)",
|
|
"Bash(getent passwd:*)",
|
|
"Bash(sqlite3:*)",
|
|
"Read(//home/**)",
|
|
"Read(//opt/**)",
|
|
"Read(//etc/nginx/sites-enabled/**)",
|
|
"Read(//etc/nginx/sites-available/**)"
|
|
],
|
|
"defaultMode": "auto"
|
|
},
|
|
"theme": "dark-daltonized",
|
|
"verbose": true,
|
|
"tui": "fullscreen",
|
|
"skipAutoPermissionPrompt": true
|
|
}
|