MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / GetAccessList

Method GetAccessList

src/sessionmgr/proxy-sessionmgr.hpp:490–494  ·  view source on GitHub ↗

* Retrieve the complete access control list (acl) for this object. * The acl is essentially just an array of user ids (uid) * * @return Returns an array if uid_t references for each user granted * access. */

Source from the content-addressed store, hash-verified

488 * access.
489 */
490 const std::vector<uid_t> GetAccessList()
491 {
492 auto ret = proxy->GetPropertyArray<uid_t>(target, "acl");
493 return ret;
494 }
495
496
497 /**

Callers 1

SessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected