OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execcon
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libselinux/utils/
selinuxexeccon.c
19
static char * get_selinux_proc_context(const char *command, char *
execcon
) {
24
ret = security_compute_create(
execcon
, fcon, string_to_security_class("process"), &newcon);
/external/selinux/sandbox/
seunshare.c
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;
local
689
execcon
= optarg;
707
if (
execcon
&& is_selinux_enabled() != 1) {
736
&st_tmpdir_r, pwd,
execcon
)) == NULL) {
836
if (
execcon
) {
[
all
...]
/external/selinux/libselinux/src/
procattr.c
343
all_selfattr_def(
execcon
, exec)
Completed in 72 milliseconds