Bug 135824

Summary: tmpfs acl support broken
Product: [openSUSE] SUSE Linux 10.1 Reporter: Danny Al-Gaaf <dalgaaf>
Component: KernelAssignee: Andreas Gruenbacher <agruen>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: lnussel, richlv
Version: Alpha 3   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Danny Al-Gaaf 2005-11-29 12:44:13 UTC
There are many errormessages from resmgr about not supported ACL Operations for dev devices.

Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event4, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/input/event4, acl_set_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event4, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/audio, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/audio, acl_set_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/audio, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/dsp, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/dsp, acl_set_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/dsp, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/mixer, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/mixer, acl_set_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/mixer, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/controlC0, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/controlC0, acl_set_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/controlC0, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/pcmC0D0c, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/pcmC0D0c, acl_set_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/pcmC0D0c, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/pcmC0D0p, acl_get_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/pcmC0D0p, acl_set_file: Operation not supported
Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/pcmC0D0p, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event3, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/input/event3, acl_set_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event3, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/seq, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/seq, acl_set_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/seq, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/timer, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/timer, acl_set_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/timer, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event2, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/input/event2, acl_set_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event2, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/hdb, acl_get_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/hdb, acl_set_file: Operation not supported
Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/hdb, acl_get_file: Operation not supported
Comment 1 Ludwig Nussel 2005-11-29 14:34:09 UTC
/dev doesn't support ACLs for some reason.
Comment 2 Kay Sievers 2005-11-29 14:37:26 UTC
it's a tmpfs issue
Comment 3 Andreas Gruenbacher 2005-11-29 14:43:47 UTC
I haven't managed to find the time for porting the patches to the STABLE kernel and re-submit upstream. Will do so as soon as possible, (Last I submitted the patch upstream it was not accepted, so now I have to redo it since a few things upstream have changed.)
Comment 4 Andreas Gruenbacher 2006-01-04 15:07:30 UTC
*** Bug 141383 has been marked as a duplicate of this bug. ***
Comment 5 Rihards Olups 2006-01-06 09:11:34 UTC
would upgrading to kotd help ? or anything else can be done for 10.1a4 to fix this issue ?
Comment 6 Andreas Gruenbacher 2006-01-08 16:08:59 UTC
Tmpfs acls are now re-enabled; tomorrow's kotd should have tmpfs acl suport again. (Updating to the kotd would not have helped because the CVS was really missing the code up to just before...)