[Bug 408869] New: 'unconfined' mixes up process names (/usr/bin/rsync vs. / usr/bin/rsyncd)
https://bugzilla.novell.com/show_bug.cgi?id=408869 Summary: 'unconfined' mixes up process names (/usr/bin/rsync vs. /usr/bin/rsyncd) Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: AppArmor AssignedTo: jjohansen@novell.com ReportedBy: poeml@novell.com QAContact: qa@suse.de Found By: --- The unconfined tool shows: [...] 29799 /usr/bin/rsync not confined 29799 /usr/bin/rsync not confined There is no process like that. # ps auxwwww | g 29799 root 29799 0.0 0.0 4008 1024 ? Ss 14:17 0:00 /usr/sbin/rsyncd --daemon root 29840 0.0 0.0 2112 672 pts/5 R+ 14:18 0:00 grep --colour=auto 29799 So, it really means rsync_d_ -- 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=408869 John Johansen <jjohansen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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=408869 User jjohansen@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408869#c1 --- Comment #1 from John Johansen <jjohansen@novell.com> 2008-09-09 01:18:02 MDT --- looking at this unconfined is grabbing the post symlink resolved exe filename which for /usr/sbin/rsyncd is /usr/bin/rsync. This is similar to what apparmor does to attach profiles but in this case it may be better to report argv0. -- 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=408869 User jjohansen@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408869#c2 --- Comment #2 from John Johansen <jjohansen@novell.com> 2008-09-11 11:02:00 MDT --- The solution I have come up with for this is to provide both the cmdline argv0 in parenthesis when the exe name and the cmdline name differ, so in your example you would see 29799 /usr/bin/rsync (/usr/sbin/rsyncd) not confined -- 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=408869 User jjohansen@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408869#c3 John Johansen <jjohansen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from John Johansen <jjohansen@novell.com> 2009-01-07 05:22:50 MST --- This isn't being fixed for 11.0, but was the fix was included in 11.1 -- 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