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

Commit cef297f7 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "vndservicemanager: use selinux_vendor_log_callback"

am: 5cacd7ca

Change-Id: I9a242ad818e39c45529d33e89cf9cc746b136ee0
parents 6ab7cc41 5cacd7ca
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