Searched refs:setfilecon (Results 1 – 12 of 12) sorted by relevance
37 # and lib symlinks before the setfilecon call. May want to38 # move symlink creation after setfilecon in installd.87 # upon creation via setfilecon or running restorecon_recursive,
10 int setfilecon(const char *path, const char *context) in setfilecon() function
784 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 \
166 if (setfilecon(tty, new_tty_ctx) != 0) in ssh_selinux_setup_pty()
109 extern int setfilecon(const char *path, const char * con);
60 * Change setfilecon to not return ENOSUP if context is already correct from Dan Walsh.