Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cacd7ca authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "vndservicemanager: use selinux_vendor_log_callback"

parents 1bf41031 41b69be7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -403,7 +403,11 @@ int main(int argc, char** argv)

    cb.func_audit = audit_callback;
    selinux_set_callback(SELINUX_CB_AUDIT, cb);
#ifdef VENDORSERVICEMANAGER
    cb.func_log = selinux_vendor_log_callback;
#else
    cb.func_log = selinux_log_callback;
#endif
    selinux_set_callback(SELINUX_CB_LOG, cb);

#ifdef VENDORSERVICEMANAGER