- read-only commands like
pwd,ls, andcd - read-write commands like
touch,sed, and commands with the redirection operator (e.g.echo abc > test.txt) - destructive commands like
rm.
- The Default permission mode is read-only, so only read-only terminal commands should be allowed.
- The Auto-Accept mode allows reads and file writes, so read-write commands should be allowed.
- Of course, in YOLO mode, all commands, including destructive ones, are allowed.
sed—can be safe and unsafe by adding or removing command line switches.
We’re planning to add a complete description of what commands get automatically approved and when they get approved in the near future.