From bfaf9c90bc6e8e208075e1452ec84807c756a3a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Frisch Date: Tue, 6 Feb 2024 17:04:45 +0100 Subject: [PATCH] users-groups: add groups for usbauth-notifier https://build.opensuse.org/package/live_build_log/security/usbauth-notifier/openSUSE_Tumbleweed/x86_64 > [ 26s] usbauth-notifier.x86_64: W: non-standard-gid /usr/libexec/usbauth-notifier usbauth-notifier > [ 26s] usbauth-notifier.x86_64: W: non-standard-gid /usr/libexec/usbauth-notifier/usbauth-notifier usbauth > [ 26s] usbauth-notifier.x86_64: W: non-standard-gid /usr/libexec/usbauth-npriv usbauth Previously reviewed in bsc#1066877 --- configs/openSUSE/users-groups.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/openSUSE/users-groups.toml b/configs/openSUSE/users-groups.toml index ef36feee3..54023102b 100644 --- a/configs/openSUSE/users-groups.toml +++ b/configs/openSUSE/users-groups.toml @@ -199,6 +199,8 @@ StandardGroups = [ 'ts-shell', 'tty', 'unbound', + 'usbauth', + 'usbauth-notifier', 'users', 'utmp', 'uucp',