summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2009-08-10 18:33:05 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2009-08-17 14:51:10 -0400
commit66e32d252cffcd4fe7d505f1c211253f23c5002c (patch)
treee2126b229402db7e2fafb92267099d3bbd9628aa /Xext
parent1f4ea22a20fdd30412a259a87eee133155e1163d (diff)
xselinux: Add more new device permissions for XI2.
Reflects the ability of clients to create/destroy device objects. Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/xselinux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xselinux.h b/Xext/xselinux.h
index 065ff8dd2..e4a2ec224 100644
--- a/Xext/xselinux.h
+++ b/Xext/xselinux.h
@@ -373,8 +373,8 @@ static struct security_class_mapping map[] = {
{ "x_device",
{ "read", /* DixReadAccess */
"write", /* DixWriteAccess */
- "", /* DixDestroyAccess */
- "", /* DixCreateAccess */
+ "destroy", /* DixDestroyAccess */
+ "create", /* DixCreateAccess */
"getattr", /* DixGetAttrAccess */
"setattr", /* DixSetAttrAccess */
"list_property", /* DixListPropAccess */