-h, --help
Print usage and help details to the terminal
-oDBUS-PATH, --pathDBUS-PATH
D-Bus configuration path to the configuration to manage the ACL. This can be found in openvpn3configs-list.
--config-pathDBUS-PATH
Alias for --path.
-cCONFIG-NAME, --configCONFIG-NAME
Can be used instead of --path where the configuration profile name is given instead. Available
configuration names can be found via openvpn3configs-list`.
-s, --show
Show the currently active ACL.
-GUSER, --grantUSER
Grant the given user read-only access to this configuration profile. The USER argument can be
either UID or username belonging to the system.
-RUSER, --revokeUSER
Revoke access on this configuration profile for the given user. The USER argument can be either
UID or username belonging to the system.
--public-accessBOOL
Grant all users on the system read-only access to this configuration profile. This effectively
disables the more fine-grained access control provided via --grant. Valid argument values: true,
false-TBOOL, --transfer-owner-sessionBOOL
If another user is granted access to the configuration profile, that user will be the owner of the
VPN session when started. Setting this flag to true will transfer the ownership back to the
profile owner while granting the user starting the session rights to also manage the session. See
openvpn3-session-acl(1) for details on the session ACLs.
--lock-downBOOL
Locks down the configuration profile so it can only be used to start new VPN sessions by users
granted access. Only the configuration profile owner can now show the profile contents via
openvpn3config-dump. Valid argument values: true, false-S, --seal
This seals the configuration profile for everyone, making the configuration profile effectively
read-only, even for the owner. A configuration profile cannot be unsealed.