• E
    SELinux: do all flags twiddling in one place · eadcabc6
    Eric Paris 提交于
    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: NEric Paris <eparis@redhat.com>
    eadcabc6
hooks.c 144.2 KB