From 95a5c115cc2c8afae84260a443114c75c3eb4ed44085b31b4f5ca4c46339d4a1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 10 Jul 2015 10:28:04 +0000 Subject: [PATCH] Accepting request 315677 from home:michalsrb:branches:devel:openSUSE:Factory:rpmlint - Add vnc user and group. (fate#318936) We need to store key and certificate for encrypted connection, such that nobody can read the key except the VNC server. Running the VNC server under root wouldn't be good idea, so we need separate user. OBS-URL: https://build.opensuse.org/request/show/315677 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=335 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 66b5b5c..fa3991d 100644 --- a/config +++ b/config @@ -229,6 +229,7 @@ setOption('StandardGroups', ( 'vacation', 'varnish', 'video', + 'vnc', 'vscan', 'wheel', 'www', @@ -382,6 +383,7 @@ setOption('StandardUsers', ( 'vacation', 'varnish', 'vdr', + 'vnc', 'vscan', 'wnn', 'wwwrun', diff --git a/rpmlint.changes b/rpmlint.changes index 60ba69a..cb81447 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 9 12:08:08 UTC 2015 - msrb@suse.com + +- Add vnc user and group. (fate#318936) + ------------------------------------------------------------------- Tue Jun 30 08:51:46 UTC 2015 - meissner@suse.com