https://bugzilla.novell.com/show_bug.cgi?id=816942 https://bugzilla.novell.com/show_bug.cgi?id=816942#c16 Lars Müller <lmuelle@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |kde-maintainers@suse.de InfoProvider| |kde-maintainers@suse.de --- Comment #16 from Lars Müller <lmuelle@suse.com> 2013-05-29 16:54:15 CEST --- linux-77m7:~ # LC_ALL=POSIX rpm -qa --last \*kdm\* kdm-4.10.3-1.37.7.x86_64 Wed May 29 16:12:11 2013 kdm-branding-openSUSE-12.3-6.24.14.noarch Wed May 29 16:12:10 2013 These packages are pulled from http://download.openSUSE.org/pub/opensuse/update/12.3-test/openSUSE:Maintena... I tried the same again with the above versions and the permissions are still not granted the way they're intended. lmuelle@linux-77m7:~> LC_ALL=POSIX getfacl --tab /dev/snd/controlC0 getfacl: Removing leading '/' from absolute path names # file: dev/snd/controlC0 USER root rw- GROUP audio rw- other --- That above is the state after going from runlevel 3 to 5 (init 5) and login via kdm. And a second try after the KDE session got closed (but still the same KDM pid): lmuelle@linux-77m7:~> LC_ALL=POSIX getfacl --tab /dev/snd/controlC0 getfacl: Removing leading '/' from absolute path names # file: dev/snd/controlC0 USER root rw- user lmuelle rw- GROUP audio rw- mask rw- other --- Next test: init 3 and init 5 again and login (new KDM process). Result: the ACL gets set as intended. There must be something special when KDM gets started the first time and only in the case we're coming from runlevel 3. As soon as we start immediately with the runlevel5.target target all looks well. See comm#14. @KDE maintainers: Do you have any hints how to debug this further? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.