Searched refs:mycon (Results 1 – 1 of 1) sorted by relevance
76 std::unique_ptr<char, decltype(&freecon)> mycon(raw_con, freecon); in ComputeContextFromExecutable() local84 int rc = security_compute_create(mycon.get(), filecon.get(), in ComputeContextFromExecutable()90 if (rc == 0 && computed_context == mycon.get()) { in ComputeContextFromExecutable()92 << "\") has incorrect label or no domain transition from " << mycon.get() in ComputeContextFromExecutable()