1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

runcon: generate the same error as GNUs

tested in tests/runcon/runcon-no-reorder.sh
This commit is contained in:
Sylvestre Ledru 2023-10-22 21:43:46 +02:00
parent a0b17e4af9
commit 897af02d9d

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)]