Home
last modified time | relevance | path

Searched refs:ownerid (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/common_modules/xpm/core/
H A Dxpm_security_hooks.c52 (pcs_info->ownerid == fcs_info->ownerid)) { in check_same_ownerid()
70 xpm_log_info("process or file ownerid exceed maximum value"); in xpm_check_ownerid_policy()
83 xpm_log_error("input ownerid type is invalid: %u", type); in xpm_check_ownerid_policy()
108 fcs_info->ownerid = vi->fcs_info.ownerid; in xpm_get_file_cs_info()
149 /* process's ownerid is correspond to file */ in xpm_get_process_cs_info()
151 mm->pcs_info.ownerid = fcs_info.ownerid; in xpm_get_process_cs_info()
154 pcs_info->ownerid in xpm_get_process_cs_info()
[all...]
H A Dxpm_report.c106 info->pcs_info.id_type, info->pcs_info.ownerid, in set_mmap_content()
107 info->fcs_info.id_type, info->fcs_info.ownerid, in set_mmap_content()
175 info->pcs_info.ownerid = mm->pcs_info.ownerid; in xpm_set_report_info()
192 /* init file ownerid type SYSTEM */ in xpm_set_report_info()
199 info->fcs_info.ownerid = vi->fcs_info.ownerid; in xpm_set_report_info()
H A Dxpm_misc_device.c61 xpm_log_error("input ownerid type is invalid"); in xpm_set_ownerid()
68 xpm_log_info("process ownerid has been set"); in xpm_set_ownerid()
73 if (config->ownerid[MAX_OWNERID_LEN - 1] != '\0') { in xpm_set_ownerid()
74 xpm_log_error("input ownerid string is invalid"); in xpm_set_ownerid()
82 config->ownerid, strlen(config->ownerid)); in xpm_set_ownerid()
H A Dxpm_misc_device.h18 char ownerid[MAX_OWNERID_LEN]; member
/kernel/linux/common_modules/code_sign/
H A Dverify_cert_chain.c82 /* Mark the file as OWNERID_COMPAT, if its ownerid is empty */ in set_file_ownerid()
83 if(!sinfo->ownerid) { in set_file_ownerid()
90 !memcmp(sinfo->ownerid, OWNERID_SHARED_TAG, in set_file_ownerid()
99 !memcmp(sinfo->ownerid, OWNERID_DEBUG_TAG, in set_file_ownerid()
107 sinfo->ownerid, sinfo->ownerid_len); in set_file_ownerid()
H A Dcode_sign_ext.c108 cs_info->ownerid = 0; in code_sign_set_ownerid()
110 cs_info->ownerid = full_name_hash(cs_salt, id_str, id_len); in code_sign_set_ownerid()
/kernel/linux/linux-5.10/include/linux/
H A Dxpm_types.h18 uint32_t ownerid; member
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs7_parser.h42 const char *ownerid; member
H A Dpkcs7_parser.c535 sinfo->ownerid = value; in pkcs7_sig_note_authenticated_attr()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpkcs7_parser.h41 const char *ownerid; member

Completed in 4 milliseconds