nmcli-agent, nmcli-radio: add page (#7863)

This commit is contained in:
git-em
2022-03-09 19:48:13 -03:00
committed by GitHub
parent 42831a9be8
commit cbfe325cb1
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# nmcli agent
> Run nmcli as a NetworkManager secret agent or polkit agent.
> See also: `nmcli radio`.
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
- Register nmcli as a secret agent and listen for secret requests:
`nmcli agent secret`
- Register nmcli as a polkit agent and listen for authorization requests:
`nmcli agent polkit`
- Register nmcli as a secret agent and a polkit agent:
`nmcli agent all`