Searched refs:sclass (Results 1 – 1 of 1) sorted by relevance
358 security_class_t sclass; in mac_selinux_get_create_label_from_exe() local375 sclass = string_to_security_class("process"); in mac_selinux_get_create_label_from_exe()376 if (sclass == 0) in mac_selinux_get_create_label_from_exe()379 return RET_NERRNO(security_compute_create_raw(mycon, fcon, sclass, label)); in mac_selinux_get_create_label_from_exe()402 security_class_t sclass; in mac_selinux_get_child_mls_label() local450 sclass = string_to_security_class("process"); in mac_selinux_get_child_mls_label()451 if (sclass == 0) in mac_selinux_get_child_mls_label()454 return RET_NERRNO(security_compute_create_raw(mycon, fcon, sclass, label)); in mac_selinux_get_child_mls_label()