Searched refs:newcontext (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/selinux/ss/
H A Dmls.c482 struct context *newcontext, bool sock)
500 return mls_range_set(newcontext, r);
510 return mls_context_cpy_low(newcontext, scontext);
512 return mls_context_cpy_high(newcontext, scontext);
514 return mls_context_cpy(newcontext, scontext);
516 return mls_context_cpy_low(newcontext, tcontext);
518 return mls_context_cpy_high(newcontext, tcontext);
520 return mls_context_cpy(newcontext, tcontext);
522 return mls_context_glblub(newcontext, scontext,
530 return mls_context_cpy(newcontext, scontex
480 mls_compute_sid(struct policydb *p, struct context *scontext, struct context *tcontext, u16 tclass, u32 specified, struct context *newcontext, bool sock) argument
[all...]
H A Dmls.h47 struct context *newcontext, bool sock);
H A Dservices.c735 " oldcontext=%s newcontext=%s taskcontext=%s tclass=%s",
922 "oldcontext=%s newcontext=%s",
1642 struct context *newcontext)
1654 if (context_struct_to_string(policydb, newcontext, &n, &nlen))
1676 struct context *newcontext,
1698 newcontext->type = datum->otype;
1717 struct context *scontext, *tcontext, newcontext; local
1739 context_init(&newcontext);
1783 newcontext.user = tcontext->user;
1787 newcontext
1637 compute_sid_handle_invalid_context( struct selinux_policy *policy, struct sidtab_entry *sentry, struct sidtab_entry *tentry, u16 tclass, struct context *newcontext) argument
1675 filename_compute_type(struct policydb *policydb, struct context *newcontext, u32 stype, u32 ttype, u16 tclass, const char *objname) argument
[all...]

Completed in 128 milliseconds