diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2009-06-26 16:48:24 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2009-06-26 17:05:52 -0400 |
commit | 10812204b3415c969bcebd3215e84d758a0b4dd8 (patch) | |
tree | b86441c5c1128f1b8db32ee2379870ff1e713152 /include | |
parent | 9480725af0275b72b24b9e1cb3b68d5b97288d01 (diff) |
dix: add a new DixAccess bit, "DixPostAccess".
This will be used for follow-up checks after a client has written something,
for security modules that enforce a set of valid values a client can set.
Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
Diffstat (limited to 'include')
-rw-r--r-- | include/dixaccess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dixaccess.h b/include/dixaccess.h index 3c62ee354..7180acd71 100644 --- a/include/dixaccess.h +++ b/include/dixaccess.h @@ -49,5 +49,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define DixManageAccess (1<<25) /* manage object */ #define DixDebugAccess (1<<26) /* debug object */ #define DixBellAccess (1<<27) /* audible sound */ +#define DixPostAccess (1<<28) /* post or follow-up call */ #endif /* DIX_ACCESS_H */ |