Searched refs:getpeercon (Results 1 – 8 of 8) sorted by relevance
14 int getpeercon(int fd, char ** context) in getpeercon() function
48 int getpeercon(int fd, char ** context) in hidden_def()
102 extern int getpeercon(int fd, char ** con);
12 src/getpeercon.c \
120 extern int getpeercon(int fd, char ** con);
714 if (getpeercon (fd, con) < 0) in bus_connection_read_selinux_context()
1197 * Fixed type on size in getpeercon per Thorsten Kukuk's advice.1201 * Added getpeercon function to encapsulate getsockopt SO_PEERSEC
21 * mcstransd: don't reinvent getpeercon, from Stephen Smalley.