We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c69cd0 commit 2f7060aCopy full SHA for 2f7060a
1 file changed
src/uucore/src/lib/features/selinux.rs
@@ -219,6 +219,7 @@ pub fn set_selinux_security_context(
219
/// Err(SeLinuxError::ContextRetrievalFailure(e)) => println!("Failed to retrieve the security context: {e}"),
220
/// Err(SeLinuxError::ContextConversionFailure(ctx, e)) => println!("Failed to convert context '{ctx}': {e}"),
221
/// Err(SeLinuxError::ContextSetFailure(ctx, e)) => println!("Failed to set context '{ctx}': {e}"),
222
+/// Err(SeLinuxError::OperationNotSupported) => println!("Operation not supported"),
223
/// }
224
/// ```
225
pub fn get_selinux_security_context(
0 commit comments