This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computing:jellyfin [2026/05/29 21:51] – oemb1905 | computing:jellyfin [2026/06/21 16:08] (current) – oemb1905 | ||
|---|---|---|---|
| Line 183: | Line 183: | ||
| </ | </ | ||
| - | Again, this script runs daily and/or manually as needed. Sometimes I setup custom jails for fail2ban, but I am leaving this one stock for now. I think regular fail2ban with apache' | + | Again, this script runs daily and/or manually as needed. Sometimes I setup custom jails for fail2ban, but I am leaving this one stock for now. I think regular fail2ban with apache' |
| - | --- // | + | < |
| + | sudo apt install acl -y | ||
| + | sudo setfacl -R -m u: | ||
| + | sudo setfacl -R -m d: | ||
| + | sudo setfacl -R -m g: | ||
| + | sudo setfacl -R -m d: | ||
| + | </ | ||
| + | |||
| + | |||
| + | --- // | ||