Skip to content

Commit

Permalink
Merge pull request #5439 from sylvestre/runcon-error
Browse files Browse the repository at this point in the history
runcon: generate the same error as GNUs
  • Loading branch information
cakebaker committed Oct 23, 2023
2 parents 03d598d + 897af02 commit aa2e9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/runcon/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit aa2e9c1

Please sign in to comment.