- udev: Tighten permissions for DRM render nodes (bsc#1217118). Note that this

implicitly enables `uaccess`, so any logged-in user still gets access
  regardless of group membership. Some use cases, e.g. remote access via ssh,
  might require you to add the desired user to the `render` group.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1473
This commit is contained in:
2023-12-01 08:01:25 +00:00
committed by Git OBS Bridge
parent d62607d420
commit b24f129f34
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 21 13:57:52 UTC 2023 - Wolfgang Frisch <wolfgang.frisch@suse.com>
- udev: Tighten permissions for DRM render nodes (bsc#1217118). Note that this
implicitly enables `uaccess`, so any logged-in user still gets access
regardless of group membership. Some use cases, e.g. remote access via ssh,
might require you to add the desired user to the `render` group.
-------------------------------------------------------------------
Thu Nov 2 08:56:57 UTC 2023 - Franck Bui <fbui@suse.com>