commit | eadcabc697e904e0d93d10070a324d8855740b91 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Aug 24 15:59:14 2012 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Jul 25 13:03:03 2013 -0400 |
tree | 21905e7bc082235cef46df9342d19a871e6b90f5 | |
parent | 12f348b9dcf6d9616c86a049c3c8700f9dc0af55 [diff] |
SELinux: do all flags twiddling in one place Currently we set the initialize and seclabel flag in one place. Do some unrelated printk then we unset the seclabel flag. Eww. Instead do the flag twiddling in one place in the code not seperated by unrelated printk. Also don't set and unset the seclabel flag. Only set it if we need to. Signed-off-by: Eric Paris <eparis@redhat.com>