[pve-devel] [PATCH manager v4 8/9] ui: permissions: add ACL path for hardware RNG
Filip Schauer
f.schauer at proxmox.com
Tue Feb 18 12:11:01 CET 2025
Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
---
www/manager6/data/PermPathStore.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/data/PermPathStore.js b/www/manager6/data/PermPathStore.js
index 8785a1d7..8212b17d 100644
--- a/www/manager6/data/PermPathStore.js
+++ b/www/manager6/data/PermPathStore.js
@@ -10,6 +10,7 @@ Ext.define('PVE.data.PermPathStore', {
{ 'value': '/access/realm' },
{ 'value': '/mapping' },
{ 'value': '/mapping/notifications' },
+ { 'value': '/mapping/hwrng' },
{ 'value': '/mapping/pci' },
{ 'value': '/mapping/usb' },
{ 'value': '/nodes' },
--
2.39.5
More information about the pve-devel
mailing list