Home
last modified time | relevance | path

Searched refs:SELINUX_ERROR (Results 1 – 8 of 8) sorted by relevance

/third_party/selinux/libselinux/src/
Davc_internal.c67 avc_log(SELINUX_ERROR, in avc_process_setenforce()
87 avc_log(SELINUX_ERROR, in avc_process_policyload()
159 avc_log(SELINUX_ERROR, "%s: netlink poll: error %d\n", in avc_netlink_receive()
215 avc_log(SELINUX_ERROR, in avc_netlink_process()
258 avc_log(SELINUX_ERROR, in avc_netlink_check_nb()
283 avc_log(SELINUX_ERROR, in avc_netlink_loop()
297 avc_log(SELINUX_ERROR, in avc_netlink_loop()
308 avc_log(SELINUX_ERROR, in avc_netlink_acquire_fd()
Dselinux_restorecon.c167 selinux_log(SELINUX_ERROR, in add_exclude()
175 selinux_log(SELINUX_ERROR, "Too many directory excludes: %d.\n", exclude_count); in add_exclude()
203 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_exclude()
273 selinux_log(SELINUX_ERROR, in exclude_non_seclabel_mounts()
350 selinux_log(SELINUX_ERROR, in add_xattr_entry()
396 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_xattr_entry()
472 selinux_log(SELINUX_ERROR, in filespec_add()
483 selinux_log(SELINUX_ERROR, in filespec_add()
516 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in filespec_add()
655 selinux_log(SELINUX_ERROR, in restorecon_sb()
[all …]
Dlabel_backends_android.c66 (SELINUX_ERROR, in nodups_specs()
73 (SELINUX_ERROR, in nodups_specs()
97 selinux_log(SELINUX_ERROR, in process_line()
101 selinux_log(SELINUX_ERROR, in process_line()
112 selinux_log(SELINUX_ERROR, in process_line()
130 selinux_log(SELINUX_ERROR, in process_line()
Dlabel_file.h448 selinux_log(SELINUX_ERROR, in process_line()
452 selinux_log(SELINUX_ERROR, in process_line()
463 COMPAT_LOG(SELINUX_ERROR, in process_line()
511 COMPAT_LOG(SELINUX_ERROR, in process_line()
522 COMPAT_LOG(SELINUX_ERROR, in process_line()
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_file.c80 (SELINUX_ERROR, in nodups_specs()
87 (SELINUX_ERROR, in nodups_specs()
191 COMPAT_LOG(SELINUX_ERROR, in load_mmap()
336 selinux_log(SELINUX_ERROR, in load_mmap()
732 selinux_log(SELINUX_ERROR, "No specific file_contexts provided\n"); in init()
946 selinux_log(SELINUX_ERROR, "Failed to allocate %zu bytes of data\n", in lookup_all()
1127 selinux_log(SELINUX_ERROR, "SELinux: %s: Out of memory\n", __func__); in get_digests_all_partial_matches()
Davc.c177 avc_log(SELINUX_ERROR, in avc_init_internal()
185 avc_log(SELINUX_ERROR, in avc_init_internal()
208 avc_log(SELINUX_ERROR, in avc_init_internal()
218 avc_log(SELINUX_ERROR, in avc_init_internal()
/third_party/selinux/libselinux/include/selinux/
Dselinux.h186 #define SELINUX_ERROR 0 macro