From e08d9969be6862a3135161e5edcf48cbb0935fef817b2ea312c1f6aa95ce1cd0 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 9 Jun 2021 06:19:37 +0000 Subject: [PATCH] Accepting request 898470 from home:fbui:branches:Base:System - Add default hardware group for 'sgx' enclave access Since udev v248, a default rule for /dev/sgx_enclave is provided to give rw access to the new group hopefully making 'sgx' the standard group name for such devices. OBS-URL: https://build.opensuse.org/request/show/898470 OBS-URL: https://build.opensuse.org/package/show/Base:System/system-users?expand=0&rev=62 --- system-group-hardware.conf | 1 + system-users.changes | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/system-group-hardware.conf b/system-group-hardware.conf index 6154b39..9e1e4e7 100644 --- a/system-group-hardware.conf +++ b/system-group-hardware.conf @@ -12,5 +12,6 @@ g disk - - g input - - g lp - - g render - - +g sgx - - g tape - - g video - - diff --git a/system-users.changes b/system-users.changes index 433b690..f4afb01 100644 --- a/system-users.changes +++ b/system-users.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jun 8 14:17:24 UTC 2021 - Franck Bui + +- Add default hardware group for 'sgx' enclave access + + Since udev v248, a default rule for /dev/sgx_enclave is provided to + give rw access to the new group hopefully making 'sgx' the standard + group name for such devices. + ------------------------------------------------------------------- Mon Jun 7 11:47:09 UTC 2021 - Thorsten Kukuk