894d18f DB: Always write the SELinux object to sysdb

Authored and Committed by jhrozek 11 years ago
    DB: Always write the SELinux object to sysdb
    
    There's no point in checking if the object already exists because we always
    wipe the whole sysdb subtree. We were also immediatelly cancelling the
    transaction because we'd jump to goto, even though it was with EOK.
    
        
file modified
+8 -70