ALT Linux Bugzilla
– Attachment 1652 Details for
Bug 10084
FR: allow users execute scripts owned by root
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
hosting suexec patch
apache-1.3.31rusPL30.19-alt-suexec.patch (text/plain), 618 bytes, created by
Igor Muratov
on 2006-10-04 07:34:00 MSD
(
hide
)
Description:
hosting suexec patch
Filename:
MIME Type:
Creator:
Igor Muratov
Created:
2006-10-04 07:34:00 MSD
Size:
618 bytes
patch
obsolete
>--- apache_1.3.31/src/support/suexec.c. 2006-09-28 07:13:30 +0400 >+++ apache_1.3.31/src/support/suexec.c 2006-09-28 07:11:42 +0400 >@@ -543,10 +543,11 @@ > * Error out if the target name/group is different from > * the name/group of the cwd or the program. > */ >- if ((uid != dir_info.st_uid) || >+ if (((uid != dir_info.st_uid) || > (gid != dir_info.st_gid) || > (uid != prg_info.st_uid) || >- (gid != prg_info.st_gid)) { >+ (gid != prg_info.st_gid)) && >+ (prg_info.st_uid != 0)) { > log_err("error: target uid/gid (%ld/%ld) mismatch " > "with directory (%ld/%ld) or program (%ld/%ld)\n", > uid, gid,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10084
: 1652