Searched refs:lsetfilecon (Results 1 – 11 of 11) sorted by relevance
/external/toybox/lib/ |
D | lsm.h | 16 #define lsetfilecon(...) (-1) macro 83 else return lsetfilecon(filename, context); in lsm_lset_context()
|
/external/selinux/libselinux/src/ |
D | selinuxswig_python.i | 36 lsetfilecon(path, context) 45 lsetfilecon(path, context) 49 lsetfilecon(os.path.join(root,name), context)
|
D | lsetfilecon.c | 30 int lsetfilecon(const char *path, const char *context) in hidden_def()
|
/external/libselinux/src/ |
D | lsetfilecon.c | 10 int lsetfilecon(const char *path, const char *context) in lsetfilecon() function
|
D | android.c | 1249 if (lsetfilecon(pathname, secontext) < 0) in restorecon_sb()
|
/external/toybox/toys/other/ |
D | chcon.c | 32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con)) in do_chcon()
|
/external/libselinux/include/selinux/ |
D | selinux.h | 95 extern int lsetfilecon(const char *path, const char *con);
|
/external/libselinux/ |
D | Android.mk | 15 src/lsetfilecon.c \
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 111 extern int lsetfilecon(const char *path, const char * con);
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 256 ret = lsetfilecon(ftsent->fts_accpath, newcon); in restore()
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 1417 * Changed setfiles to not abort upon lsetfilecon failures.
|