Skip to content
Commit eadcabc6 authored by Eric Paris's avatar Eric Paris
Browse files

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: default avatarEric Paris <eparis@redhat.com>
parent 12f348b9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment