getconSection: SE Linux API documentation (3)Updated: 1 January 2004 |
getconSection: SE Linux API documentation (3)Updated: 1 January 2004 |
int getcon(security_context_t *context);
int getprevcon(security_context_t *context);
int getpidcon(pid_t pid, security_context_t *context);
getprevcon same as getcon but gets the context before the last exec.
getpidcon returns the process context for the specified PID.