Changeset 113 for server/common
- Timestamp:
- Jan 22, 2007, 10:14:26 PM (19 years ago)
- File:
- 
          - 1 edited
 
 - 
          server/common/patches/httpd-suexec-scripts.patch (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        server/common/patches/httpd-suexec-scripts.patchr103 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.
      
