Home | History | Annotate | Download | only in src

Lines Matching full:selinux

18 #include <selinux/selinux.h>
19 #include <selinux/context.h>
20 #include <selinux/android.h>
21 #include <selinux/label.h>
22 #include <selinux/avc.h>
820 selinux_log(SELINUX_ERROR, "SELinux: Could not open %s: %s\n",
825 selinux_log(SELINUX_ERROR, "SELinux: Could not stat %s: %s\n",
832 selinux_log(SELINUX_ERROR, "SELinux: Could not map %s: %s\n",
841 selinux_log(SELINUX_INFO, "SELinux: Loaded file_contexts from %s\n",
881 selinux_log(SELINUX_INFO, "SELinux: Loaded service contexts from %s.\n",
927 selinux_log(SELINUX_ERROR, "SELinux: Could not open %s: %s.\n",
993 selinux_log(SELINUX_INFO, "SELinux: %d pkg entries and %d/%d buckets used, longest chain %d\n", entries, buckets, PKGTAB_SIZE, longestchain);
1003 selinux_log(SELINUX_ERROR, "SELinux: Error reading %s on line %lu.\n",
1079 selinux_log(SELINUX_WARNING, "SELinux: Could not look up information for package %s, cannot restorecon %s.\n",
1155 "SELinux: Relabeling %s from %s to %s.\n", pathname, oldsecontext, secontext);
1171 "SELinux: Could not set context for %s: %s\n",
1234 "SELinux: Skipping restorecon_recursive(%s)\n",
1249 "SELinux: Directory cycle on %s.\n", ftsent->fts_path);
1257 "SELinux: Could not read %s: %s.\n", ftsent->fts_path, strerror(errno));
1262 "SELinux: Could not stat %s: %s.\n", ftsent->fts_path, strerror(errno));
1267 "SELinux: Error on %s: %s.\n", ftsent->fts_path, strerror(errno));
1345 selinux_log(SELINUX_ERROR, "SELinux: Could not open sepolicy: %s\n",
1350 selinux_log(SELINUX_ERROR, "SELinux: Could not stat %s: %s\n",
1357 selinux_log(SELINUX_ERROR, "SELinux: Could not map %s: %s\n",
1365 selinux_log(SELINUX_ERROR, "SELinux: Could not load policy: %s\n",
1374 selinux_log(SELINUX_INFO, "SELinux: Loaded policy from %s\n", sepolicy_file[policy_index]);
1391 /* SELinux not enabled in kernel */
1399 selinux_log(SELINUX_ERROR,"SELinux: Could not mkdir: %s\n",
1407 selinux_log(SELINUX_ERROR,"SELinux: Could not mount selinuxfs: %s\n",
1436 LOG_PRI(priority, "SELinux", "%s", strp);