Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlsm.h19 #define fsetfilecon(...) (-1) macro
94 else return fsetfilecon(file, context); in lsm_fset_context()
/external/selinux/libselinux/
Dexported_vendor.map4 fsetfilecon;
Dexported.map4 fsetfilecon;
DAndroid.bp55 "src/fsetfilecon.c",
/external/selinux/libselinux/src/
Dfsetfilecon.c30 int fsetfilecon(int fd, const char *context) in hidden_def()
/external/selinux/libselinux/include/selinux/
Dselinux.h113 extern int fsetfilecon(int fd, const char * con);
/external/selinux/policycoreutils/newrole/
Dnewrole.c748 if (fsetfilecon(fd, new_tty_con) < 0) { in relabel_tty()
801 if ((rc = fsetfilecon(fd, tty_context)) < 0) in restore_tty_label()
/external/selinux/sandbox/
Dseunshare.c515 if (fsetfilecon(fd_t, con) == -1) { in create_tmpdir()