/[smeserver]/rpms/e-smith-samba/sme10/e-smith-samba-2.6.0-bz11555.patch
ViewVC logotype

Contents of /rpms/e-smith-samba/sme10/e-smith-samba-2.6.0-bz11555.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Apr 17 02:00:19 2021 UTC (3 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-samba-2_6_0-25_el7_sme, e-smith-samba-2_6_0-23_el7_sme, e-smith-samba-2_6_0-26_el7_sme, e-smith-samba-2_6_0-21_el7_sme, e-smith-samba-2_6_0-24_el7_sme, e-smith-samba-2_6_0-27_el7_sme, e-smith-samba-2_6_0-28_el7_sme, e-smith-samba-2_6_0-22_el7_sme, HEAD
* Fri Apr 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-21.sme
- add possibility to reenable allow execute always on ibays homes or everywhere [SME: 11555]

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 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed