Changeset 988 for vendor/current/libcli/security/privileges.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/security/privileges.h
r740 r988 90 90 bool security_token_has_privilege(const struct security_token *token, enum sec_privilege privilege); 91 91 92 93 /** 94 * @brief Check if the security token has system privileges. 95 * 96 * @param[in] token The token to check. 97 * 98 * @return True if the token has system privileges, false if not. 99 */ 100 bool security_token_system_privilege(const struct security_token *token); 101 92 102 /* 93 103 set a bit in the privilege mask
Note:
See TracChangeset
for help on using the changeset viewer.