Home
last modified time | relevance | path

Searched refs:selinux_log (Results 1 – 15 of 15) sorted by relevance

/external/selinux/libselinux/src/
Dselinux_restorecon.c159 selinux_log(SELINUX_ERROR, in add_exclude()
189 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_exclude()
259 selinux_log(SELINUX_ERROR, in exclude_non_seclabel_mounts()
335 selinux_log(SELINUX_ERROR, in add_xattr_entry()
382 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_xattr_entry()
454 selinux_log(SELINUX_ERROR, in filespec_add()
485 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in filespec_add()
515 selinux_log(SELINUX_INFO, in filespec_eval()
608 selinux_log(SELINUX_ERROR, in restorecon_sb()
626 selinux_log(SELINUX_INFO, in restorecon_sb()
[all …]
Dcallbacks.c59 (*selinux_log)(int, const char *, ...) = variable
84 selinux_log = cb.func_log; in selinux_set_callback()
109 cb.func_log = selinux_log; in selinux_get_callback()
Dlabel_backends_android.c67 selinux_log in nodups_specs()
74 selinux_log in nodups_specs()
99 selinux_log(SELINUX_ERROR, in process_line()
110 selinux_log(SELINUX_ERROR, in process_line()
128 selinux_log(SELINUX_ERROR, in process_line()
364 selinux_log(SELINUX_WARNING, "'stats' functionality not implemented.\n"); in stats()
Dmapping.c72 selinux_log(SELINUX_INFO, in selinux_set_mapping()
92 selinux_log(SELINUX_INFO, in selinux_set_mapping()
105 selinux_log(SELINUX_INFO, in selinux_set_mapping()
Dlabel_x.c51 selinux_log(SELINUX_WARNING, in process_line()
78 selinux_log(SELINUX_WARNING, in process_line()
231 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in stats()
Dlabel_db.c112 selinux_log(SELINUX_WARNING, in process_line()
148 selinux_log(SELINUX_WARNING, in process_line()
229 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in db_stats()
Dcallbacks.h16 (*selinux_log) (int type, const char *, ...) hidden;
Dlabel_media.c49 selinux_log(SELINUX_WARNING, in process_line()
205 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in stats()
Dlabel_internal.h137 selinux_log(type, fmt);
Dlabel_file.c333 selinux_log(SELINUX_ERROR, in load_mmap()
798 selinux_log(SELINUX_ERROR, "No path given to file labeling backend\n"); in init()
921 selinux_log(SELINUX_ERROR, "Failed to allocate %zu bytes of data\n", in lookup_all()
1074 selinux_log(SELINUX_ERROR, "SELinux: %s: Out of memory\n", __func__); in get_digests_all_partial_matches()
1184 selinux_log(SELINUX_INFO, in incomp()
Davc_internal.h88 selinux_log(type, format);
Dlabel_file.h444 selinux_log(SELINUX_ERROR, in process_line()
/external/selinux/libselinux/src/android/
Dandroid_platform.c76 selinux_log(SELINUX_ERROR, "%s: Error getting file context handle (%s)\n", in selinux_android_file_context()
81 selinux_log(SELINUX_INFO, "SELinux: Loaded file_contexts\n"); in selinux_android_file_context()
298 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n"); in seapp_context_cmp()
300 selinux_log(SELINUX_ERROR, " user=%s\n", s1->user.str); in seapp_context_cmp()
302 selinux_log(SELINUX_ERROR, " seinfo=%s\n", s1->seinfo); in seapp_context_cmp()
304 selinux_log(SELINUX_ERROR, " name=%s\n", s1->name.str); in seapp_context_cmp()
306 selinux_log(SELINUX_ERROR, " path=%s\n", s1->path.str); in seapp_context_cmp()
391 selinux_log(SELINUX_ERROR, "%s: could not open seapp_contexts file: %s", in selinux_android_seapp_context_reload()
415 selinux_log(SELINUX_ERROR, "%s: could not open seapp_contexts file: %s", in selinux_android_seapp_context_reload()
632selinux_log(SELINUX_ERROR, "%s: No specific seinfo value specified with name=\"%s\", on line %u: … in selinux_android_seapp_context_reload()
[all …]
Dandroid.c89 selinux_log(SELINUX_ERROR, "%s: Error getting service context handle (%s)\n", in selinux_android_service_open_context_handle()
93 selinux_log(SELINUX_INFO, "SELinux: Loaded service_contexts from:\n"); in selinux_android_service_open_context_handle()
95 selinux_log(SELINUX_INFO, " %s\n", seopts_service[i].value); in selinux_android_service_open_context_handle()
109 selinux_log(SELINUX_ERROR, "%s: Error getting keystore key context handle (%s)\n", in selinux_android_keystore2_key_open_context_handle()
113 selinux_log(SELINUX_INFO, "SELinux: Loaded keystore2_key_contexts from:\n"); in selinux_android_keystore2_key_open_context_handle()
115 selinux_log(SELINUX_INFO, " %s\n", seopts_service[i].value); in selinux_android_keystore2_key_open_context_handle()
Dandroid_vendor.c6selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__); in selinux_android_restorecon()