Skip to content

Commit 2e34d94

Browse files
committed
selinux: upstream expects lower case
1 parent bcc02e9 commit 2e34d94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/uucore/src/lib/features/selinux.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ pub enum SeLinuxError {
1313
#[error("SELinux is not enabled on this system")]
1414
SELinuxNotEnabled,
1515

16-
#[error("Failed to open the file: {0}")]
16+
#[error("failed to open the file: {0}")]
1717
FileOpenFailure(String),
1818

19-
#[error("Failed to retrieve the security context: {0}")]
19+
#[error("failed to retrieve the security context: {0}")]
2020
ContextRetrievalFailure(String),
2121

22-
#[error("Failed to set default file creation context to '{0}': {1}")]
22+
#[error("failed to set default file creation context to '{0}': {1}")]
2323
ContextSetFailure(String, String),
2424

25-
#[error("Failed to set default file creation context to '{0}': {1}")]
25+
#[error("failed to set default file creation context to '{0}': {1}")]
2626
ContextConversionFailure(String, String),
2727
}
2828

0 commit comments

Comments
 (0)