mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37: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")]
|
#[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…
Add table
Add a link
Reference in a new issue