https://bugzilla.novell.com/show_bug.cgi?id=786024 https://bugzilla.novell.com/show_bug.cgi?id=786024#c26 --- Comment #26 from Tony Jones <tonyj@suse.com> 2013-03-06 22:29:02 UTC --- (In reply to comment #24)
Steps to reproduce 1.) install 12.3 RC2 2.) zypper install vsftpd 3.) useradd test 4.) echo "test" | passwd test 5.) systemctl start vsftpd.service 6.) ftp ftp://test:test@localhost
BTW: you might get a OOPS: priv_sock_get_cmd, in this case please add
Workaround: add seccomp_sandbox=NO to vsftpd.conf
It has been fixed, just I am not sure if it appear in RC2
Thanks, I can reproduce, but I don't have an answer yet. It's odd as - 'auditctl -m' is working fine, this calls audit_send_user_message() and succeeds. - su succeeds, here PAM is calling audit_log_acct_message() which is calling audit_send_user_message() su: in audit_log_acct_message audit_fd=3, type=1104, pgname='(null)', op='PAM:setcred', name='root', id=4294967295, host='(null)', addr='(null)', tty='pts/3', result=1 return is 6 vsftp: in audit_log_acct_message audit_fd=4, type=1100, pgname='(null)', op='PAM:authentication', name='test', id=4294967295, host='127.0.0.1', addr='(null)', tty='ftp', result=1 return is -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.