Lines Matching +full:no +full:- +full:threads
3 getcon, getprevcon, getpidcon \- get SELinux security context of a process
5 freecon, freeconary \- free memory associated with SELinux security contexts
7 getpeercon \- get security context of a peer socket
9 setcon \- set current security context of a process
64 is NULL, no operation is performed.
72 is NULL, no operation is performed.
79 security contexts, unlike exec-based transitions performed via
99 A multi-threaded application can perform a
102 any child threads, in which case all of the child threads will inherit
106 threads running in the same process since this would yield
107 an inconsistency among the security contexts of threads sharing
110 is permitted for threads within a multi-threaded process if the
131 behave identically to their non-raw counterparts but do not perform context
135 On error \-1 is returned with errno set. On success 0 is returned.