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

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

Merge "vndservicemanager: use selinux_vendor_log_callback" am: 5cacd7ca

am: cef297f7

Change-Id: I87346a9ddd2f1d4f6ecdfd65ec5eae529bb3f163
parents d2ee67c5 cef297f7
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