Searched refs:setfilecon (Results 1 – 11 of 11) sorted by relevance
15 #define setfilecon(...) (-1) macro76 else return setfilecon(filename, context); in lsm_set_context()
25 setfilecon
16 rc = setfilecon(argv[i], argv[1]); in main()
33 setfilecon;
46 setfilecon;
75 "src/setfilecon.c",142 "src/setfilecon.c",
32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con)) in do_chcon()
30 int setfilecon(const char *path, const char *context) in hidden_def()
164 if (setfilecon(tty, new_tty_ctx) != 0) in ssh_selinux_setup_pty()
109 extern int setfilecon(const char *path, const char * con);
1137 rc = setfilecon(pkgdir, ctx_str); in selinux_android_setfilecon()