Searched refs:bprm_apply_creds (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Dcapability.c35 .bprm_apply_creds = cap_bprm_apply_creds,
H A Droot_plug.c92 .bprm_apply_creds = cap_bprm_apply_creds,
H A Ddummy.c975 set_to_dummy_if_null(ops, bprm_apply_creds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h95 /* bprm_apply_creds unsafe reasons */
116 * @bprm_apply_creds:
123 * bprm_apply_creds is called under task_lock. @unsafe indicates various
127 * Runs after bprm_apply_creds with the task_lock dropped, so that
133 * bprm_apply_creds and bprm_post_apply_creds to store the decision
1175 void (*bprm_apply_creds) (struct linux_binprm * bprm, int unsafe); member in struct:security_operations
1486 security_ops->bprm_apply_creds (bprm, unsafe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c1829 secondary_ops->bprm_apply_creds(bprm, unsafe);
4731 .bprm_apply_creds = selinux_bprm_apply_creds,

Completed in 72 milliseconds