freebsd-skq/sys/security/mac
rwatson b297dc7322 Remove non-VFS related code from mac_vfs.c. Leave:
Extended attribute transaction warning flag if transactions aren't
  supported on the EA implementation being used.

  Debug fallback flag to permit a less conservative fallback if reading
  an on-disk label fails.

  Enforce_fs toggle to enforce file systme access control.

  Debugging counters for file system objects: mounts, vnodes, devfs_dirents.

  Object initialization, destruction, copying, internalization,
  externalization, relabeling for file system objects.

  Life cycle operations for devfs entries.

  Generic extended attribute label implementation for use by UFS, UFS2 in
  multilabel mode.

  Generic single-level label implementation for use by all file systems
  when in singlelabel mode.

  Exec-time transition based on file label entry points.

  Vnode operation access control checks (many).

  Mount operation access control checks (few).

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-10-22 20:29:41 +00:00
..
mac_framework.c If the struct mac copied into the kernel has a negative length, return 2003-09-29 18:35:17 +00:00
mac_framework.h Use __BEGIN_DECLS and __END_DECLS around userland function prototypes 2003-10-02 03:07:51 +00:00
mac_internal.h The following shared types/constants/interfaces/... are required 2003-10-22 18:49:29 +00:00
mac_net.c Remove non-network related contents from mac_net.c. Leave: 2003-10-22 19:15:34 +00:00
mac_pipe.c Remove non-pipe code from mac_pipe.c. Leave: 2003-10-22 19:31:57 +00:00
mac_policy.h Introduce two new MAC Framework and MAC policy entry points: 2003-08-21 18:21:22 +00:00
mac_process.c Remove non-credential/process-related bits from mac_process.c. Leave: 2003-10-22 20:02:04 +00:00
mac_syscalls.c If the struct mac copied into the kernel has a negative length, return 2003-09-29 18:35:17 +00:00
mac_system.c Remove non-system bits from mac_system.c. Leave: 2003-10-22 20:09:12 +00:00
mac_vfs.c Remove non-VFS related code from mac_vfs.c. Leave: 2003-10-22 20:29:41 +00:00