Changeset 113


Ignore:
Timestamp:
Jan 22, 2007, 10:14:26 PM (17 years ago)
Author:
presbrey
Message:
signup_t domain is in system_r role
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/patches/httpd-suexec-scripts.patch

    r103 r113  
    6969     }
    7070+    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) {
    7272+            log_err("failed to setexeccon (%ld: %s) to signup_t\n");
    7373+            exit(201);
Note: See TracChangeset for help on using the changeset viewer.