config.example.json•765 B
{
"allowedDirectories": [
"/Users/anthonybir/Projects",
"/Users/anthonybir/Documents"
],
"blockedCommands": [
"rm -rf /",
"dd if=/dev/zero",
"mkfs",
"shutdown",
"reboot",
"init 0",
"fdisk",
"parted",
"mkswap",
"swapon",
"mount",
"umount",
"mkfs.ext4",
"mkfs.xfs",
"mkfs.btrfs",
"wipefs",
"iptables -F",
"systemctl stop",
"systemctl disable",
"kill -9 1",
"pkill -9",
"killall",
"halt",
"poweroff",
"apt-get remove --purge",
"yum remove",
"dnf remove",
"pacman -R",
"brew uninstall --force",
"shred",
"> /dev/sda"
],
"fileReadLineLimit": 2000,
"fileWriteLineLimit": 75,
"sessionTimeout": 1800000,
"logLevel": "info"
}