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()
10 int setfilecon(const char *path, const char *context) in setfilecon() function
871 rc = setfilecon(pkgdir, ctx_str); in selinux_android_setfilecon()
21 setfilecon
16 rc = setfilecon(argv[i], argv[1]); in main()
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()
94 extern int setfilecon(const char *path, const char *con);
19 src/setfilecon.c \
109 extern int setfilecon(const char *path, const char * con);
101 * Change setfilecon to not return ENOSUP if context is already correct from Dan Walsh.