Searched refs:RESTORECON_PARTIAL_MATCH_DIGEST (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 333 rc = removexattr(directory, RESTORECON_PARTIAL_MATCH_DIGEST); in add_xattr_entry() 338 RESTORECON_PARTIAL_MATCH_DIGEST, directory); in add_xattr_entry() 1077 RESTORECON_PARTIAL_MATCH_DIGEST, in selinux_restorecon()
|
D | label_file.h | 36 #define RESTORECON_PARTIAL_MATCH_DIGEST "security.sehash" macro
|
D | label_file.c | 1037 ssize_t read_size = getxattr(pathname, RESTORECON_PARTIAL_MATCH_DIGEST, in get_digests_all_partial_matches()
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 1308 #define RESTORECON_PARTIAL_MATCH_DIGEST "security.sehash" macro 1379 ssize_t read_size = getxattr(pathname, RESTORECON_PARTIAL_MATCH_DIGEST, in check_context_match_for_dir() 1608 if (setxattr(current->path, RESTORECON_PARTIAL_MATCH_DIGEST, current->digest, in selinux_android_restorecon_common()
|