dotfiles/script/attrsec
2025-01-24 10:01:12 +01:00

4 lines
100 B
Bash
Executable file

#! /bin/bash
setfacl -R -d -m group::--- "$1"
setfacl -R -d -m other::--- "$1"
chmod -R go-rwx "$1"