freebsd-dev/sys/security/mac
Robert Watson 1aa37f5392 Improve locking of pipe mutexes in the context of MAC:
(1) Where previously the pipe mutex was selectively grabbed during
    pipe_ioctl(), now always grab it and then release if if not
    needed.  This protects the call to mac_check_pipe_ioctl() to
    make sure the label remains consistent.  (Note: it looks
    like sigio locking may be incorrect for fgetown() since we
    call it not-by-reference and sigio locking assumes call by
    reference).

(2) In pipe_stat(), lock the pipe if MAC is compiled in so that
    the call to mac_check_pipe_stat() gets a locked pipe to
    protect label consistency.  We still release the lock before
    returning actual stat() data, risking inconsistency, but
    apparently our pipe locking model accepts that risk.

(3) In various pipe MAC authorization checks, assert that the pipe
    lock is held.

(4) Grab the lock when performing a pipe relabel operation, and
    assert it a little deeper in the stack.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2002-10-01 04:30:19 +00:00
..
mac_framework.c Improve locking of pipe mutexes in the context of MAC: 2002-10-01 04:30:19 +00:00
mac_framework.h Pass active_cred and file_cred into the MAC framework explicitly 2002-08-19 19:04:53 +00:00
mac_internal.h Improve locking of pipe mutexes in the context of MAC: 2002-10-01 04:30:19 +00:00
mac_net.c Improve locking of pipe mutexes in the context of MAC: 2002-10-01 04:30:19 +00:00
mac_pipe.c Improve locking of pipe mutexes in the context of MAC: 2002-10-01 04:30:19 +00:00
mac_policy.h Pass active_cred and file_cred into the MAC framework explicitly 2002-08-19 19:04:53 +00:00
mac_process.c Improve locking of pipe mutexes in the context of MAC: 2002-10-01 04:30:19 +00:00
mac_syscalls.c Improve locking of pipe mutexes in the context of MAC: 2002-10-01 04:30:19 +00:00
mac_system.c Improve locking of pipe mutexes in the context of MAC: 2002-10-01 04:30:19 +00:00
mac_vfs.c Improve locking of pipe mutexes in the context of MAC: 2002-10-01 04:30:19 +00:00