Home
last modified time | relevance | path

Searched refs:lsetfilecon (Results 1 – 11 of 11) sorted by relevance

/external/toybox/lib/
Dlsm.h16 #define lsetfilecon(...) (-1) macro
83 else return lsetfilecon(filename, context); in lsm_lset_context()
/external/selinux/libselinux/src/
Dselinuxswig_python.i36 lsetfilecon(path, context)
45 lsetfilecon(path, context)
49 lsetfilecon(os.path.join(root,name), context)
Dlsetfilecon.c30 int lsetfilecon(const char *path, const char *context) in hidden_def()
/external/libselinux/src/
Dlsetfilecon.c10 int lsetfilecon(const char *path, const char *context) in lsetfilecon() function
Dandroid.c1249 if (lsetfilecon(pathname, secontext) < 0) in restorecon_sb()
/external/toybox/toys/other/
Dchcon.c32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con)) in do_chcon()
/external/libselinux/include/selinux/
Dselinux.h95 extern int lsetfilecon(const char *path, const char *con);
/external/libselinux/
DAndroid.mk15 src/lsetfilecon.c \
/external/selinux/libselinux/include/selinux/
Dselinux.h111 extern int lsetfilecon(const char *path, const char * con);
/external/selinux/policycoreutils/setfiles/
Drestore.c256 ret = lsetfilecon(ftsent->fts_accpath, newcon); in restore()
/external/selinux/policycoreutils/
DChangeLog1417 * Changed setfiles to not abort upon lsetfilecon failures.