Home
last modified time | relevance | path

Searched refs:getpeercon (Results 1 – 8 of 8) sorted by relevance

/external/libselinux/src/
Dgetpeercon.c14 int getpeercon(int fd, char ** context) in getpeercon() function
/external/selinux/libselinux/src/
Dgetpeercon.c48 int getpeercon(int fd, char ** context) in hidden_def()
/external/libselinux/include/selinux/
Dselinux.h102 extern int getpeercon(int fd, char ** con);
/external/libselinux/
DAndroid.mk12 src/getpeercon.c \
/external/selinux/libselinux/include/selinux/
Dselinux.h120 extern int getpeercon(int fd, char ** con);
/external/dbus/bus/
Dselinux.c714 if (getpeercon (fd, con) < 0) in bus_connection_read_selinux_context()
/external/selinux/libselinux/
DChangeLog1197 * Fixed type on size in getpeercon per Thorsten Kukuk's advice.
1201 * Added getpeercon function to encapsulate getsockopt SO_PEERSEC
/external/selinux/policycoreutils/
DChangeLog21 * mcstransd: don't reinvent getpeercon, from Stephen Smalley.