Issue121

Title SETATTR: mode: provide a way to set non-permission bits without perturbing permission bits
Priority required Status editing
Superseder Nosy List dnoveck, mre, spencer.shepler
Assigned To spencer.shepler Topics stage0-req

Created on 2006-09-14.11:37:17 by mre, last changed 2006-12-12.08:22:43 by dnoveck.

Messages
msg454 (view) Author: dnoveck Date: 2006-12-12.08:22:43
Submitted changes for draft-09, transferring to Spencer.
msg450 (view) Author: dnoveck Date: 2006-12-10.12:12:26
We have the text.  If there are are no issues with it in the next few days, I
will  submit the change.
msg437 (view) Author: dnoveck Date: 2006-10-23.13:27:45
I'll create a proposal to address this.
msg361 (view) Author: mre Date: 2006-09-14.11:41:26
If someone wants to set sticky, setuid, setgid, or other bits not
in 0777 they should be able to do it. A new form of the mode attribute
that takes a bit mask which is the set of bits to leave unperturbed (or
alternatively the set of bits to change) as well as the mode, would allow
semantics like chmod +s or chmod +l to work.
History
Date User Action Args
2006-12-12 08:22:46dnovecksetassignedto: dnoveck -> spencer.shepler
messages: + msg454
nosy: + spencer.shepler
2006-12-10 12:12:30dnovecksetstatus: wg-discuss -> editing
messages: + msg450
2006-10-23 13:27:48dnovecksetstatus: unread -> wg-discuss
nosy: + dnoveck
messages: + msg437
2006-10-23 13:14:08dnovecksettopic: + stage0-req
2006-09-14 11:41:26mresetnosy: + mre
messages: + msg361
title: ACL: need a way to set DENY/ALLOW ACEs separate from AUDIT/ALARM ACEs -> SETATTR: mode: provide a way to set non-permission bits without perturbing permission bits
2006-09-14 11:37:17mrecreate