mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
selinux: fix empty_line_after_doc_comments
This commit is contained in:
@@ -144,7 +144,6 @@ pub fn set_selinux_security_context(path: &Path, context: Option<&String>) -> Re
|
||||
/// Err(Error::ContextConversionFailure) => println!("Failed to convert the security context to a string"),
|
||||
/// }
|
||||
/// ```
|
||||
|
||||
pub fn get_selinux_security_context(path: &Path) -> Result<String, Error> {
|
||||
if !is_selinux_enabled() {
|
||||
return Err(Error::SELinuxNotEnabled);
|
||||
|
||||
Reference in New Issue
Block a user