Add a 5.2 required task to support ACL_MASK override of umask in the
style of Solaris and Linux. Grab ownership.
This commit is contained in:
parent
6c9f338120
commit
3b1c94e5d9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16705
1 changed files with 12 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.3 2003/04/25 19:52:37 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.4 2003/04/26 03:11:51 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
|
@ -85,6 +85,17 @@
|
|||
relevant to UltraSPARC.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ACL_MASK override of umask support in UFS</td>
|
||||
<td>In progress</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>Many systems supporting POSIX.1e ACLs permit a minor violation
|
||||
to that specification, in which the ACL_MASK entry overrides the
|
||||
umask, rather than being intersected with it. The resulting
|
||||
semantics can be useful in group-oriented environments, and as
|
||||
such would be very helpful on FreeBSD.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired Features for 5.2-RELEASE</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue