Searched refs:check_label_is_allowed (Results 1 – 1 of 1) sorted by relevance
1134 fn check_label_is_allowed(context: &SeContext) -> Result<()> { in check_label_is_allowed() function1149 check_label_is_allowed(&getfilecon(file)?) in check_label_for_partition()1163 check_label_is_allowed(&getfilecon(file)?).with_context(|| format!("{} file invalid", name)) in check_label_for_file()1735 let result = check_label_is_allowed(&context); in test_is_allowed_label_for_partition()