From 217c69c25fee0aefaccc755e276098d236434f8e Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Tue, 3 Sep 2013 08:30:50 +0000 Subject: [PATCH] little default acl fix in altern.install --- install/alternc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alternc.install b/install/alternc.install index 78a04fe9..6f791fab 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -492,7 +492,7 @@ tar -zcf "$INSTALLED_CONFIG_TAR" -C / $CONFIG_FILES # Last touches # -find $ALTERNC_HTML -maxdepth 1 -type d -exec setfacl -b -k -m d:g:alterncpanel:rw- -m g:alterncpanel:rw- {} \; +find $ALTERNC_HTML -maxdepth 1 -type d -exec setfacl -b -k -m d:g:alterncpanel:rw- -m d:u:alterncpanel:rw- -m u:alterncpanel:rw- -m g:alterncpanel:rw- {} \; #creating log file if [ ! -e "/var/log/alternc/bureau.log" ]; then