Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlsm.h17 #define fsetfilecon(...) (-1) macro
91 else return fsetfilecon(file, context); in lsm_fset_context()
/external/libselinux/src/
Dfsetfilecon.c10 int fsetfilecon(int fd, const char *context) in fsetfilecon() function
/external/selinux/libselinux/src/
Dfsetfilecon.c30 int fsetfilecon(int fd, const char *context) in hidden_def()
/external/libselinux/include/selinux/
Dselinux.h96 extern int fsetfilecon(int fd, const char *con);
/external/libselinux/
DAndroid.mk9 src/fsetfilecon.c \
/external/selinux/libselinux/include/selinux/
Dselinux.h113 extern int fsetfilecon(int fd, const char * con);
/external/selinux/policycoreutils/newrole/
Dnewrole.c749 if (fsetfilecon(fd, new_tty_con) < 0) { in relabel_tty()
802 if ((rc = fsetfilecon(fd, tty_context)) < 0) in restore_tty_label()
/external/selinux/policycoreutils/sandbox/
Dseunshare.c515 if (fsetfilecon(fd_t, con) == -1) { in create_tmpdir()