dotfiles/script/attrsec

5 lines
100 B
Text
Raw Permalink Normal View History

2025-01-24 10:01:12 +01:00
#! /bin/bash
setfacl -R -d -m group::--- "$1"
setfacl -R -d -m other::--- "$1"
chmod -R go-rwx "$1"