Searched defs:SeContext (Results 1 – 2 of 2) sorted by relevance
50 pub enum SeContext { enum57 impl PartialEq for SeContext { implementation65 impl Eq for SeContext {} implementation67 impl fmt::Display for SeContext { implementation73 impl Drop for SeContext { implementation83 impl Deref for SeContext { implementation96 impl SeContext { impl144 fn lookup(&self, tee_service: &str) -> Result<SeContext> { in lookup()171 pub fn getfilecon<F: AsRawFd>(file: &F) -> Result<SeContext> { in getfilecon()230 pub fn check_tee_service_permission(caller_ctx: &SeContext, tee_services: &[String]) -> Result<()> { in check_tee_service_permission()
1672 fn check_label_is_allowed(context: &SeContext, calling_partition: CallingPartition) -> Result<()> { in check_label_is_allowed()