rwatson 543a037619 Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1e
support routines in kern_acl.c:

- Define ACL_OVERRIDE_MASK and ACL_PRESERVE_MASK centrally in acl.h: the
  mode bits that are (and aren't) stored in the ACL.

- Add acl_posix1e_acl_to_mode(): given a POSIX.1e extended ACL, generate
  a compatibility mode (only the bits supported by the POSIX.1e ACL).

- acl_posix1e_newfilemode(): Given a requested creation mode and default
  ACL, calculate the mode for the new file system object (only the bits
  supported by the POSIX.1e ACL).

PR:		50148
Reported by:	Ritz, Bruno <bruno_ritz@gmx.ch>
Obtained from:	TrustedBSD Project
2003-08-04 02:13:05 +00:00
..
2003-08-03 07:50:19 +00:00
2003-08-03 07:50:19 +00:00
2003-06-10 21:44:29 +00:00
2003-08-03 07:50:19 +00:00
2003-08-01 02:25:32 +00:00
2003-07-21 02:49:42 +00:00
2003-07-31 10:24:36 +00:00
2003-07-29 14:10:13 +00:00
2003-06-11 05:37:42 +00:00
2003-06-11 05:37:42 +00:00
2003-07-27 14:38:54 +00:00
2003-06-11 06:34:30 +00:00