mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +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")]
|
||||
MissingCommand,
|
||||
|
||||
#[error("SELinux is not enabled")]
|
||||
#[error("runcon may be used only on a SELinux kernel")]
|
||||
SELinuxNotEnabled,
|
||||
|
||||
#[error(transparent)]
|
||||
|
|
Loading…
Reference in a new issue