File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/uucore/src/lib/features Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments