]> git.pld-linux.org Git - packages/samba.git/blob - samba-allow-suid.patch
- copy-pasto
[packages/samba.git] / samba-allow-suid.patch
1 --- samba-2.2.8a/source/libsmb/clientgen.c~     2002-12-10 15:58:15.000000000 +0100
2 +++ samba-2.2.8a/source/libsmb/clientgen.c      2003-09-11 19:00:11.000000000 +0200
3 @@ -170,7 +170,9 @@
4         /* Check the effective uid - make sure we are not setuid */
5         if (is_setuid_root()) {
6                 DEBUG(0,("libsmb based programs must *NOT* be setuid root.\n"));
7 +               /* Warn but don't exit, amanda must be setuid and needs smb
8                 return NULL;
9 +               */
10         }
11  
12         if (!cli) {
This page took 0.051504 seconds and 3 git commands to generate.