Searched refs:setfilecon (Results 1 – 11 of 11) sorted by relevance
15 #define setfilecon(...) (-1) macro75 else return setfilecon(filename, context); in lsm_set_context()
16 rc = setfilecon(argv[i], argv[1]); in main()
26 setfilecon
32 setfilecon;
45 setfilecon;
75 "src/setfilecon.c",139 "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()
290 %exception setfilecon {
164 if (setfilecon(tty, new_tty_ctx) != 0) in ssh_selinux_setup_pty()
109 extern int setfilecon(const char *path, const char * con);