Home
last modified time | relevance | path

Searched refs:SELINUX_ERROR (Results 1 – 11 of 11) 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()
608 selinux_log(SELINUX_ERROR, in restorecon_sb()
651 selinux_log(SELINUX_ERROR, in restorecon_sb()
730 selinux_log(SELINUX_ERROR, in restorecon_sb()
[all …]
Davc_internal.c117 avc_log(SELINUX_ERROR, "%s: netlink poll: error %d\n", in avc_netlink_receive()
173 avc_log(SELINUX_ERROR, in avc_netlink_process()
188 avc_log(SELINUX_ERROR, in avc_netlink_process()
206 avc_log(SELINUX_ERROR, in avc_netlink_process()
240 avc_log(SELINUX_ERROR, in avc_netlink_check_nb()
265 avc_log(SELINUX_ERROR, in avc_netlink_loop()
280 avc_log(SELINUX_ERROR, in avc_netlink_loop()
DcheckAccess.c47 avc_log(SELINUX_ERROR, "Unknown class %s", class); in selinux_check_access()
57 avc_log(SELINUX_ERROR, "Unknown permission %s for class %s", perm, class); in selinux_check_access()
Dlabel_backends_android.c68 (SELINUX_ERROR, 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()
Dlabel_file.h444 selinux_log(SELINUX_ERROR, in process_line()
455 COMPAT_LOG(SELINUX_ERROR, in process_line()
503 COMPAT_LOG(SELINUX_ERROR, in process_line()
514 COMPAT_LOG(SELINUX_ERROR, in process_line()
Dlabel_file.c80 (SELINUX_ERROR, in nodups_specs()
87 (SELINUX_ERROR, in nodups_specs()
333 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()
Davc.c193 avc_log(SELINUX_ERROR, in avc_init()
201 avc_log(SELINUX_ERROR, in avc_init()
224 avc_log(SELINUX_ERROR, in avc_init()
235 avc_log(SELINUX_ERROR, in avc_init()
/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()
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()
632 …selinux_log(SELINUX_ERROR, "%s: No specific seinfo value specified with name=\"%s\", on line %u: … in selinux_android_seapp_context_reload()
683 selinux_log(SELINUX_ERROR, "%s: Invalid entry on line %u\n", in selinux_android_seapp_context_reload()
[all …]
Dandroid_vendor.c6 …selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__); in selinux_android_restorecon()
Dandroid.c89 selinux_log(SELINUX_ERROR, "%s: Error getting service context handle (%s)\n", 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()
/external/selinux/libselinux/include/selinux/
Dselinux.h177 #define SELINUX_ERROR 0 macro