Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlsm.h15 #define setfilecon(...) (-1) macro
76 else return setfilecon(filename, context); in lsm_set_context()
/external/selinux/libselinux/utils/
D.gitignore25 setfilecon
Dsetfilecon.c16 rc = setfilecon(argv[i], argv[1]); in main()
/external/selinux/libselinux/
Dexported_vendor.map33 setfilecon;
Dexported.map46 setfilecon;
DAndroid.bp75 "src/setfilecon.c",
142 "src/setfilecon.c",
/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()
/external/openssh/openbsd-compat/
Dport-linux.c164 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);
/external/selinux/libselinux/src/android/
Dandroid_platform.c1137 rc = setfilecon(pkgdir, ctx_str); in selinux_android_setfilecon()