diff --git a/scripts/se-caddy-allow b/scripts/se-caddy-allow new file mode 100644 index 0000000..95027eb --- /dev/null +++ b/scripts/se-caddy-allow @@ -0,0 +1,5 @@ +#! /bin/bash +set -ex + +sudo chcon -t httpd_sys_content_t $1 -R +sudo chcon -t httpd_sys_rw_content_t $1 -R