SELinux spelling (rhbz#859900)

We got a bug report, that our project doesn't spell "SELinux"
consistently/correctly. I've fixed that and the patch is attached.

Signed-off-by: Craig Small <csmall@enc.com.au>
This commit is contained in:
Jaromir Capik
2012-09-27 21:46:46 +10:00
committed by Craig Small
parent beb0982b28
commit 8e867659e6
4 changed files with 8 additions and 8 deletions

View File

@ -284,7 +284,7 @@ static const char *parse_sysv_option(void){
thread_flags |= TF_U_L;
// format_modifiers |= FM_L;
break;
case 'M': // typically the SE Linux context
case 'M': // typically the SELinux context
trace("-M print security label for Mandatory Access Control\n");
format_modifiers |= FM_M;
break;