From 3cfb4df6afea5949ab8032c86cd287349a21fe7a Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 10 Apr 2023 19:51:55 +0200 Subject: [PATCH] Add amdgpu_bl1 to brightness sudo exception --- root/etc/sudoers.d/brightness-mod | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/sudoers.d/brightness-mod b/root/etc/sudoers.d/brightness-mod index 7f07541..6dece22 100644 --- a/root/etc/sudoers.d/brightness-mod +++ b/root/etc/sudoers.d/brightness-mod @@ -1,2 +1,3 @@ ALL ALL=(ALL) NOPASSWD: /usr/bin/tee /sys/class/backlight/intel_backlight/brightness ALL ALL=(ALL) NOPASSWD: /usr/bin/tee /sys/class/backlight/amdgpu_bl0/brightness +ALL ALL=(ALL) NOPASSWD: /usr/bin/tee /sys/class/backlight/amdgpu_bl1/brightness