[pve-devel] r5534 - vncterm/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Tue Feb 15 14:05:38 CET 2011


Author: dietmar
Date: 2011-02-15 14:05:38 +0100 (Tue, 15 Feb 2011)
New Revision: 5534

Modified:
   vncterm/pve2/vncterm.c
Log:
use new Sys.Console priv


Modified: vncterm/pve2/vncterm.c
===================================================================
--- vncterm/pve2/vncterm.c	2011-02-15 13:00:49 UTC (rev 5533)
+++ vncterm/pve2/vncterm.c	2011-02-15 13:05:38 UTC (rev 5534)
@@ -47,7 +47,7 @@
 //#define DEBUG
 
 char *auth_path = "/";
-char *auth_perm = "VM.Console";
+char *auth_perm = "Sys.Console";
 
 int use_x509 = 1;
 




More information about the pve-devel mailing list