diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-29 01:09:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-29 01:09:00 +0000 |
commit | 62a8cefb906e388937c3ddbb18222f620a07cd02 (patch) | |
tree | 885f7d5d2bee0a66cfb44f39dd4328824e4631e6 /ChangeLog | |
parent | fec5592dbea89a6ccab1cf6c332d05d10e16d673 (diff) | |
download | glibc-62a8cefb906e388937c3ddbb18222f620a07cd02.tar glibc-62a8cefb906e388937c3ddbb18222f620a07cd02.tar.gz glibc-62a8cefb906e388937c3ddbb18222f620a07cd02.tar.bz2 glibc-62a8cefb906e388937c3ddbb18222f620a07cd02.zip |
* nscd/selinux.c (log_callback): Use audit_log_user_avc_message.
Don't do anything if audit_fd is invalid.
(audit_init): Don't complain if kernel support is missing.
Patch by Steve Grubb <sgrubb@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ 2005-12-28 Ulrich Drepper <drepper@redhat.com> + * nscd/selinux.c (log_callback): Use audit_log_user_avc_message. + Don't do anything if audit_fd is invalid. + (audit_init): Don't complain if kernel support is missing. + Patch by Steve Grubb <sgrubb@redhat.com>. + * sysdeps/i386/__longjmp.S [PTR_DEMANGLE]: Also demangle stack pointer. Add CFI. * sysdeps/i386/bsd-_setjmp.S [PTR_MANGLE]: Also mangle stack pointer. |