1

Add a script that allows caddy to access a dir in selinux

This commit is contained in:
Evan Pratten 2023-11-28 15:17:58 -05:00
parent c36a358c12
commit c445e44c50

5
scripts/se-caddy-allow Normal file
View File

@ -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