Merge pull request #5439 from sylvestre/runcon-error

runcon: generate the same error as GNUs
This commit is contained in:
Daniel Hofstetter 2023-10-23 07:28:23 +02:00 committed by GitHub
commit aa2e9c11bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ pub(crate) enum Error {
#[error("No command is specified")]
MissingCommand,
#[error("SELinux is not enabled")]
#[error("runcon may be used only on a SELinux kernel")]
SELinuxNotEnabled,
#[error(transparent)]