getprevcon (3) Linux Manual Page
NAME getcon, getprevcon, getpidcon – get SELinux security context of a process freecon, freeconary – free memory associated with SELinux security contexts getpeercon – get security context of a peer socket setcon – set current security context of a process SYNOPSIS #include <selinux/selinux.h> int getcon(char **context); int getcon_raw(char **context); int getprevcon(char **context); int getprevcon_raw(char **context);…
