Home
last modified time | relevance | path

Searched refs:setfilecon (Results 1 – 5 of 5) sorted by relevance

/external/libselinux/src/
Dsetfilecon.c10 int setfilecon(const char *path, const security_context_t context) in setfilecon() function
Dandroid.c511 rc = setfilecon(pkgdir, ctx_str); in selinux_android_setfilecon2()
/external/libselinux/
DAndroid.mk19 src/setfilecon.c \
/external/libselinux/include/selinux/
Dselinux.h93 extern int setfilecon(const char *path, security_context_t con);
/external/openssh/openbsd-compat/
Dport-linux.c167 if (setfilecon(tty, new_tty_ctx) != 0) in ssh_selinux_setup_pty()