Changeset 596 for trunk/server/source3/lib/util_seaccess.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/lib/util_seaccess.c
r414 r596 180 180 } 181 181 182 #if 0183 /* We need to support SeSecurityPrivilege for this. */184 185 182 if (access_desired & SEC_FLAG_SYSTEM_SECURITY) { 186 if (user_has_privileges(token, &se c_security)) {183 if (user_has_privileges(token, &se_security)) { 187 184 bits_remaining &= ~SEC_FLAG_SYSTEM_SECURITY; 188 185 } else { … … 190 187 } 191 188 } 192 #endif193 189 194 190 /* a NULL dacl allows access */
Note:
See TracChangeset
for help on using the changeset viewer.