mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
selinux: upstream expects lower case
This commit is contained in:
parent
bcc02e9cea
commit
2e34d94e17
1 changed files with 4 additions and 4 deletions
|
@ -13,16 +13,16 @@ pub enum SeLinuxError {
|
||||||
#[error("SELinux is not enabled on this system")]
|
#[error("SELinux is not enabled on this system")]
|
||||||
SELinuxNotEnabled,
|
SELinuxNotEnabled,
|
||||||
|
|
||||||
#[error("Failed to open the file: {0}")]
|
#[error("failed to open the file: {0}")]
|
||||||
FileOpenFailure(String),
|
FileOpenFailure(String),
|
||||||
|
|
||||||
#[error("Failed to retrieve the security context: {0}")]
|
#[error("failed to retrieve the security context: {0}")]
|
||||||
ContextRetrievalFailure(String),
|
ContextRetrievalFailure(String),
|
||||||
|
|
||||||
#[error("Failed to set default file creation context to '{0}': {1}")]
|
#[error("failed to set default file creation context to '{0}': {1}")]
|
||||||
ContextSetFailure(String, String),
|
ContextSetFailure(String, String),
|
||||||
|
|
||||||
#[error("Failed to set default file creation context to '{0}': {1}")]
|
#[error("failed to set default file creation context to '{0}': {1}")]
|
||||||
ContextConversionFailure(String, String),
|
ContextConversionFailure(String, String),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue