Home
last modified time | relevance | path

Searched refs:lsetfilecon (Results 1 – 12 of 12) 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.i48 lsetfilecon(path, context)
52 lsetfilecon(os.path.join(root, name), context)
Dlsetfilecon.c30 int lsetfilecon(const char *path, const char *context) in hidden_def()
Dselinuxswig_python_exception.i308 %exception lsetfilecon {
Dselinux_restorecon.c701 if (lsetfilecon(pathname, newcon) < 0) in restorecon_sb()
/external/selinux/libselinux/fuzzers/
Dlsetfilecon_fuzzer.cpp30 lsetfilecon(path.c_str(), con.c_str()); in LLVMFuzzerTestOneInput()
/external/selinux/libselinux/
Dexported_vendor.map12 lsetfilecon;
Dexported.map.txt13 lsetfilecon;
DAndroid.bp99 "src/lsetfilecon.c",
172 "src/lsetfilecon.c",
285 "--allowlist-function=lsetfilecon",
/external/toybox/toys/other/
Dchcon.c32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con)) in do_chcon()
/external/selinux/libselinux/include/selinux/
Dselinux.h111 extern int lsetfilecon(const char *path, const char * con);
/external/selinux/libselinux/src/android/
Dandroid_platform.c1344 if (lsetfilecon(pathname, secontext) < 0) in restorecon_sb()