Changeset 113 for server/common/patches
- Timestamp:
- Jan 22, 2007, 10:14:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/patches/httpd-suexec-scripts.patch
r103 r113 69 69 } 70 70 + if (uid == 102) { 71 + if (setexeccon(" user_u:user_r:signup_t:s0") == -1) {71 + if (setexeccon("system_u:system_r:signup_t:s0") == -1) { 72 72 + log_err("failed to setexeccon (%ld: %s) to signup_t\n"); 73 73 + exit(201);
Note: See TracChangeset
for help on using the changeset viewer.