1 |
diff -Nur --no-dereference e-smith-samba-2.6.0.old/root/etc/e-smith/templates/etc/smb.conf/11execute e-smith-samba-2.6.0/root/etc/e-smith/templates/etc/smb.conf/11execute |
2 |
--- e-smith-samba-2.6.0.old/root/etc/e-smith/templates/etc/smb.conf/11execute 1969-12-31 19:00:00.000000000 -0500 |
3 |
+++ e-smith-samba-2.6.0/root/etc/e-smith/templates/etc/smb.conf/11execute 2021-04-16 21:57:29.111000000 -0400 |
4 |
@@ -0,0 +1,5 @@ |
5 |
+{ |
6 |
+ $OUT = ""; |
7 |
+ $OUT .= "acl allow execute always = yes\n" if ( ( $smb{'AllowExecute'} || 'disabled') eq "enabled" ); |
8 |
+} |
9 |
+ |
10 |
diff -Nur --no-dereference e-smith-samba-2.6.0.old/root/etc/e-smith/templates/etc/smb.conf/50homes e-smith-samba-2.6.0/root/etc/e-smith/templates/etc/smb.conf/50homes |
11 |
--- e-smith-samba-2.6.0.old/root/etc/e-smith/templates/etc/smb.conf/50homes 2002-03-12 17:19:38.000000000 -0500 |
12 |
+++ e-smith-samba-2.6.0/root/etc/e-smith/templates/etc/smb.conf/50homes 2021-04-16 21:56:29.949000000 -0400 |
13 |
@@ -10,3 +10,7 @@ |
14 |
directory mode = 0770 |
15 |
force directory mode = 0770 |
16 |
path = /home/e-smith/files/users/%S/home |
17 |
+{ |
18 |
+ $OUT = ""; |
19 |
+ $OUT .= "acl allow execute always = yes\n" if ( ( $smb{'AllowExecuteHomes'} || 'disabled') eq "enabled" ); |
20 |
+} |
21 |
diff -Nur --no-dereference e-smith-samba-2.6.0.old/root/etc/e-smith/templates/etc/smb.conf/ibays/91execute e-smith-samba-2.6.0/root/etc/e-smith/templates/etc/smb.conf/ibays/91execute |
22 |
--- e-smith-samba-2.6.0.old/root/etc/e-smith/templates/etc/smb.conf/ibays/91execute 1969-12-31 19:00:00.000000000 -0500 |
23 |
+++ e-smith-samba-2.6.0/root/etc/e-smith/templates/etc/smb.conf/ibays/91execute 2021-04-16 21:54:41.668000000 -0400 |
24 |
@@ -0,0 +1,6 @@ |
25 |
+ |
26 |
+{ |
27 |
+ $OUT = ""; |
28 |
+ $OUT .= "acl allow execute always = yes\n" if ( ( $ibay->prop('AllowExecute') || 'disabled') eq "enabled" ); |
29 |
+} |
30 |
+ |