[Bug 404075] New: setting/reading of recursive acls with setfacl/ getfacl -R .... BROKEN
https://bugzilla.novell.com/show_bug.cgi?id=404075 User madworm_de.novell@spitzenpfeil.org added comment https://bugzilla.novell.com/show_bug.cgi?id=404075#c1 Summary: setting/reading of recursive acls with setfacl/getfacl - R .... BROKEN Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: madworm_de.novell@spitzenpfeil.org QAContact: qa@suse.de Found By: --- testcase: mkdir -p "test1/test2/test3/test4/test5" setfacl -R -m u:users:rwx test1 /tmp> getfacl -R test1 # file: test1/ # owner: spitzenpfeil # group: users user::rwx group::r-x group:users:rwx mask::rwx other::r-x # file: test1/test2 # owner: spitzenpfeil # group: users user::rwx group::r-x group:users:rwx mask::rwx other::r-x END .... where is the rest ? /tmp> getfacl test1 # file: test1 # owner: spitzenpfeil # group: users user::rwx group::r-x group:users:rwx mask::rwx other::r-x /tmp> getfacl test1/test2 # file: test1/test2 # owner: spitzenpfeil # group: users user::rwx group::r-x group:users:rwx mask::rwx other::r-x /tmp> getfacl test1/test2/test3 # file: test1/test2/test3 # owner: spitzenpfeil # group: users user::rwx group::r-x other::r-x /tmp> getfacl test1/test2/test3/test4 # file: test1/test2/test3/test4 # owner: spitzenpfeil # group: users user::rwx group::r-x other::r-x /tmp> getfacl test1/test2/test3/test4/test5 # file: test1/test2/test3/test4/test5 # owner: spitzenpfeil # group: users user::rwx group::r-x other::r-x this also breaks the restore acl option, as one cannot recursively view acls and put that into a text file. this is also broken on SLES10 SP2 !! (Linux wep1101 2.6.16.60-0.23-smp #1 SMP Thu May 15 06:38:31 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux) it used to work on SLES10 SP1 (Linux wep1124 2.6.16.54-0.2.5-default #1 Mon Jan 21 13:29:51 UTC 2008 i686 i686 i386 GNU/Linux) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=404075 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |bphilips@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=404075 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404075#c1 --- Comment #1 from Brandon Philips <bphilips@novell.com> 2008-07-07 17:58:18 MDT --- Created an attachment (id=226385) --> (https://bugzilla.novell.com/attachment.cgi?id=226385) fixed acl package for opensuse 11.0 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=404075 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404075#c2 Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |agruen@novell.com --- Comment #2 from Brandon Philips <bphilips@novell.com> 2008-07-07 18:01:44 MDT --- I attached a fixed acl RPM for opensuse 11.0 just now. Please test. There are some differences between the path walking changes Andreas Gruenbacher added to the package last November and the version that was finally merged into upstream. Working on finding the issue and fixing up SLE10 products now. Thanks. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=404075 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404075#c3 --- Comment #3 from Brandon Philips <bphilips@novell.com> 2008-07-07 18:44:48 MDT --- Created an attachment (id=226390) --> (https://bugzilla.novell.com/attachment.cgi?id=226390) fixed libacl package for opensuse 11.0 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=404075 User madworm_de.novell@spitzenpfeil.org added comment https://bugzilla.novell.com/show_bug.cgi?id=404075#c4 --- Comment #4 from robert spitzenpfeil <madworm_de.novell@spitzenpfeil.org> 2008-07-08 12:20:16 MDT --- I don't have a 64 bit system of 11.0 at hand. So I'll try the x86_64 11.0 kde4 live cd. .. could not get loop devices to work for mounting a filesystem with acl support (ioctl: LOOP_SET_FD: Invalid argument) --> installed kde4 11.0 64bit from live cd. result: the bugfix rpms seem to work. i did not test _every_ possible combination of commands, but recursively setting acls/default acls, recursively removing single/all acls works now. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=404075 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404075#c8 --- Comment #8 from Brandon Philips <bphilips@novell.com> 2008-07-11 09:22:06 MDT --- SLED 10 SP2 is on bug 408020 with SWAMP ID#L3-18593 Side effects of this bug includes: - Silent failure to recursively set ACLs on directories and files when -R is set on setfacl - Failure to fully recurse directory structures with getfacl -R - Improper recursion into directories with -P flag and linked directories with files -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=404075 User bphilips@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404075#c9 Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Brandon Philips <bphilips@novell.com> 2008-07-11 15:36:38 MDT --- Fix submitted. Thanks for the report. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=404075 User ast@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404075#c10 --- Comment #10 from Anja Stock <ast@novell.com> 2008-08-07 03:51:48 MDT --- released -- 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.
participants (1)
-
bugzilla_noreply@novell.com