usr-local-bin/README: quick setfacl

This commit is contained in:
Aminda Suomalainen 2024-07-29 14:39:43 +03:00
parent fd2f62010e
commit bdef768d3c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,10 @@ tail -n +1 /var/lib/flatpak/exports/bin/*
`/usr/local/bin` is more likely to be in `$PATH` than the usual Snap vriants.
If they are in $PATH, note `sudo snap alias ORIGINAL NEW`
## File Access Control List
```
sudo setfacl --recursive --modify=u:root:rwx,o:rx /usr/local/bin/
getfacl /usr/local/bin
```