Home
last modified time | relevance | path

Searched refs:RUNAS_USER_SPECIFIED (Results 1 – 6 of 6) sorted by relevance

/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/regress/fuzz/
H A Dfuzz_sudoers.c317 SET(sudo_user.flags, RUNAS_USER_SPECIFIED); in LLVMFuzzerTestOneInput()
321 CLR(sudo_user.flags, RUNAS_USER_SPECIFIED); in LLVMFuzzerTestOneInput()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dmatch.c163 …if (ISSET(sudo_user.flags, RUNAS_USER_SPECIFIED) || !ISSET(sudo_user.flags, RUNAS_GROUP_SPECIFIED)… in runaslist_matches()
203 if (!ISSET(sudo_user.flags, RUNAS_USER_SPECIFIED) || in runaslist_matches()
H A Dsudoers.h146 #define RUNAS_USER_SPECIFIED 0x01 macro
H A Dtestsudoers.c179 SET(sudo_user.flags, RUNAS_USER_SPECIFIED); in main()
H A Dpolicy.c215 SET(sudo_user.flags, RUNAS_USER_SPECIFIED); in sudoers_policy_deserialize_info()
/dports/security/sudo/sudo-1.9.8p2/
H A DChangeLog19197 Use RUNAS_USER_SPECIFIED and RUNAS_GROUP_SPECIFIED when deciding
19208 Set RUNAS_USER_SPECIFIED when -u is specified and/or