Searched refs:lsetfilecon (Results 1 – 10 of 10) sorted by relevance
/external/toybox/lib/ |
D | lsm.h | 16 #define lsetfilecon(...) (-1) macro 84 else return lsetfilecon(filename, context); in lsm_lset_context()
|
/external/selinux/libselinux/src/ |
D | selinuxswig_python.i | 48 lsetfilecon(path, context) 52 lsetfilecon(os.path.join(root, name), context)
|
D | lsetfilecon.c | 30 int lsetfilecon(const char *path, const char *context) in hidden_def()
|
D | selinux_restorecon.c | 703 if (lsetfilecon(pathname, newcon) < 0) in restorecon_sb()
|
/external/selinux/libselinux/ |
D | exported_vendor.map | 12 lsetfilecon;
|
D | exported.map | 13 lsetfilecon;
|
D | Android.bp | 68 "src/lsetfilecon.c", 136 "src/lsetfilecon.c",
|
/external/toybox/toys/other/ |
D | chcon.c | 32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con)) in do_chcon()
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 111 extern int lsetfilecon(const char *path, const char * con);
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 1487 if (lsetfilecon(pathname, secontext) < 0) in restorecon_sb()
|