Further Reading
- Setting and Displaying ACLs on ZFS File in Compact Format—Oracle Solaris ZFS Administration Guide: https://docs.oracle.com/cd/E23823_01/html/819-5461/gbchf.html#scrolltoc
- Shell Scripts and Security: https://stackoverflow.com/questions/8935162/shell-scripts-and-security
- Shell Script Security: https://developer.apple.com/library/archive/documentation/OpenSource/Conceptual/ShellScripting/ShellScriptSecurity/ShellScriptSecurity.html
- How to Securely Work with Temporary Files in Linux Shell Scripting: https://youtu.be/zxswimoojh4?si=ERfbJ04U2LJzQE60
- Why is SUID disabled for shell scripts but not for binaries?: https://security.stackexchange.com/questions/194166/why-is-suid-disabled-for-shell-scripts-but-not-for-binaries
- Dangers of SUID shell scripts: https://www.drdobbs.com/dangers-of-suid-shell-scripts/199101190
- Using the trap builtin to catch interrupts for graceful event handling in the shell: https://www.shellscript.sh...