Home | History | Annotate | Download | only in sandbox

Lines Matching refs:execcon

434 	struct stat *out_st, struct passwd *pwd, security_context_t execcon)
443 if (execcon) {
514 if (execcon) {
552 killall (security_context_t execcon)
573 con = context_new(execcon);
618 security_context_t execcon = NULL;
689 execcon = optarg;
707 if (execcon && is_selinux_enabled() != 1) {
736 &st_tmpdir_r, pwd, execcon)) == NULL) {
836 if (execcon) {
839 if (setcon(execcon) != 0) {
841 if (setexeccon(execcon) != 0) {
842 fprintf(stderr, _("Could not set exec context to %s. %s\n"), execcon, strerror(errno));
867 if (execcon && kill_all)
868 killall(execcon);