Searched defs:execcon (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libselinux/utils/
H A Dselinuxexeccon.c19 static char * get_selinux_proc_context(const char *command, char * execcon) { argument
24 ret = security_compute_create(execcon, fcon, string_to_security_class("process"), &newcon);
/external/selinux/policycoreutils/sandbox/
H A Dseunshare.c434 struct stat *out_st, struct passwd *pwd, security_context_t execcon)
443 if (execcon) {
514 if (execcon) {
552 killall (security_context_t execcon) argument
573 con = context_new(execcon);
618 security_context_t execcon = NULL; local
689 execcon = optarg;
707 if (execcon && is_selinux_enabled() != 1) {
736 &st_tmpdir_r, pwd, execcon)) == NULL) {
836 if (execcon) {
433 create_tmpdir(const char *src, struct stat *src_st, struct stat *out_st, struct passwd *pwd, security_context_t execcon) argument
[all...]

Completed in 91 milliseconds