freebsd-skq/sys/security/mac
Robert Watson 26ae2b86b6 Normalize variable naming in the MAC Framework by adopting the normal
variable name conventions for arguments passed into the framework --
for example, name network interfaces 'ifp', sockets 'so', mounts 'mp',
mbufs 'm', processes 'p', etc, wherever possible.  Previously there
was significant variation in this regard.

Normalize copyright lists to ranges where sensible.
2007-04-22 19:55:56 +00:00
..
mac_audit.c Allow MAC policy modules to control access to audit configuration system 2007-04-21 22:08:48 +00:00
mac_framework.c Remove conditional return of 1. For the MAC_STATIC case at this point in 2007-01-01 01:40:29 +00:00
mac_framework.h Normalize variable naming in the MAC Framework by adopting the normal 2007-04-22 19:55:56 +00:00
mac_inet.c Normalize variable naming in the MAC Framework by adopting the normal 2007-04-22 19:55:56 +00:00
mac_internal.h Introduce accessor functions mac_label_get() and mac_label_set() to replace 2007-02-06 14:19:25 +00:00
mac_label.c Introduce accessor functions mac_label_get() and mac_label_set() to replace 2007-02-06 14:19:25 +00:00
mac_net.c Normalize variable naming in the MAC Framework by adopting the normal 2007-04-22 19:55:56 +00:00
mac_pipe.c Normalize variable naming in the MAC Framework by adopting the normal 2007-04-22 19:55:56 +00:00
mac_policy.h Normalize variable naming in the MAC Framework by adopting the normal 2007-04-22 19:55:56 +00:00
mac_posix_sem.c Continue 7-CURRENT MAC Framework rearrangement and cleanup: 2007-02-06 10:59:23 +00:00
mac_priv.c Move src/sys/sys/mac_policy.h, the kernel interface between the MAC 2006-12-22 23:34:47 +00:00
mac_process.c Normalize variable naming in the MAC Framework by adopting the normal 2007-04-22 19:55:56 +00:00
mac_socket.c Normalize variable naming in the MAC Framework by adopting the normal 2007-04-22 19:55:56 +00:00
mac_syscalls.c Remove 'MPSAFE' annotations from the comments above most system calls: all 2007-03-04 22:36:48 +00:00
mac_system.c Normalize variable naming in the MAC Framework by adopting the normal 2007-04-22 19:55:56 +00:00
mac_sysv_msg.c Continue 7-CURRENT MAC Framework rearrangement and cleanup: 2007-02-06 10:59:23 +00:00
mac_sysv_sem.c Continue 7-CURRENT MAC Framework rearrangement and cleanup: 2007-02-06 10:59:23 +00:00
mac_sysv_shm.c Continue 7-CURRENT MAC Framework rearrangement and cleanup: 2007-02-06 10:59:23 +00:00
mac_vfs.c In the MAC Framework implementation, file systems have two per-mountpoint 2007-04-22 16:18:10 +00:00