Home
last modified time | relevance | path

Searched refs:setfilecon (Results 1 – 12 of 12) sorted by relevance

/external/toybox/lib/
Dlsm.h15 #define setfilecon(...) (-1) macro
75 else return setfilecon(filename, context); in lsm_set_context()
/external/selinux/libselinux/fuzzers/
Dsetfilecon_fuzzer.cpp30 setfilecon(path.c_str(), con.c_str()); in LLVMFuzzerTestOneInput()
/external/selinux/libselinux/utils/
D.gitignore26 setfilecon
Dsetfilecon.c16 rc = setfilecon(argv[i], argv[1]); in main()
/external/selinux/libselinux/
Dexported_vendor.map33 setfilecon;
Dexported.map.txt45 setfilecon;
DAndroid.bp106 "src/setfilecon.c",
178 "src/setfilecon.c",
317 "--allowlist-function=setfilecon",
/external/toybox/toys/other/
Dchcon.c32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con)) in do_chcon()
/external/selinux/libselinux/src/
Dsetfilecon.c30 int setfilecon(const char *path, const char *context) in hidden_def()
Dselinuxswig_python_exception.i290 %exception setfilecon {
/external/openssh/openbsd-compat/
Dport-linux.c168 if (setfilecon(tty, new_tty_ctx) != 0) in ssh_selinux_setup_pty()
/external/selinux/libselinux/include/selinux/
Dselinux.h109 extern int setfilecon(const char *path, const char * con);