diff -Nur smeserver-shared-folders-0.1/root/etc/e-smith/events/actions/share-modify smeserver-shared-folders-0.1_mod/root/etc/e-smith/events/actions/share-modify --- smeserver-shared-folders-0.1/root/etc/e-smith/events/actions/share-modify 2011-01-25 08:51:32.000000000 +0100 +++ smeserver-shared-folders-0.1_mod/root/etc/e-smith/events/actions/share-modify 2011-01-25 08:52:46.000000000 +0100 @@ -122,12 +122,14 @@ system($setfacl, '-m', $acl, + '--', $_); # Set the defaults ACLs system($setfacl, '-d', '-m', $acl, + '--', $_); } elsif (-f) @@ -142,6 +144,7 @@ system($setfacl, '-m', $acl, + '--', $_); } }