[pve-devel] [PATCH #1752 pve-manager 1/1] [PATCH #1752 pve-manager] Impl basic wake on LAN

Dietmar Maurer dietmar at proxmox.com
Mon Jan 14 17:04:29 CET 2019


> +    permissions => {
> +	check => ['perm', '/nodes/{node}', [ 'Sys.PowerMgmt' ]],
> +    },

You can wake up and Host in the network? If so, we may want to
restrict that too:

check => ['perm', '/nodes/', [ 'Sys.PowerMgmt' ]],

Not sure about that ....




More information about the pve-devel mailing list