mirror of
https://github.com/uutils/coreutils
synced 2025-01-05 17:59:00 +00:00
Merge pull request #5439 from sylvestre/runcon-error
runcon: generate the same error as GNUs
This commit is contained in:
commit
aa2e9c11bc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pub(crate) enum Error {
|
||||||
#[error("No command is specified")]
|
#[error("No command is specified")]
|
||||||
MissingCommand,
|
MissingCommand,
|
||||||
|
|
||||||
#[error("SELinux is not enabled")]
|
#[error("runcon may be used only on a SELinux kernel")]
|
||||||
SELinuxNotEnabled,
|
SELinuxNotEnabled,
|
||||||
|
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
|
|
Loading…
Reference in a new issue