tmp_suning_uos_patched/ipc
Al Viro c32c8af43b sanitize AUDIT_MQ_SENDRECV
* logging the original value of *msg_prio in mq_timedreceive(2)
  is insane - the argument is write-only (i.e. syscall always
  ignores the original value and only overwrites it).
* merge __audit_mq_timed{send,receive}
* don't do copy_from_user() twice
* don't mess with allocations in auditsc part
* ... and don't bother checking !audit_enabled and !context in there -
  we'd already checked for audit_dummy_context().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-01-04 15:14:40 -05:00
..
compat_mq.c
compat.c
ipc_sysctl.c
ipcns_notifier.c
Makefile
mqueue.c sanitize AUDIT_MQ_SENDRECV 2009-01-04 15:14:40 -05:00
msg.c
msgutil.c
namespace.c
sem.c
shm.c sanitize audit_ipc_obj() 2009-01-04 15:14:39 -05:00
util.c sanitize audit_ipc_set_perm() 2009-01-04 15:14:40 -05:00
util.h