summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2007-03-23xace: pass serverClient as default argument to dixChangeWindowPropertyEamon Walsh2-6/+8
2007-03-22xace: drop the name argument from the property callback.Eamon Walsh4-5/+2
2007-03-22dix: reorganize property code to better support xace hook; requires new API forEamon Walsh2-2/+2
2007-03-22xace: add new argument to property hook for property structure itself.Eamon Walsh3-8/+3
2007-03-21xace: add access_mode argument to selection hook.Eamon Walsh2-0/+2
2007-03-21xace: bump major version since the hooks have changed.Eamon Walsh1-1/+1
2007-03-21xace: add XACE_SELECTION_ACCESS hook for selection redirection/access.Eamon Walsh3-7/+26
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2007-03-19xace: drop XACE_WINDOW_INIT hook, it has been superseded by ResourceStateCall...Eamon Walsh3-18/+3
2007-03-19xselinux: use the new ResourceStateCallback instead of the XACE_WINDOW_INIT h...Eamon Walsh1-8/+17
2007-03-19xselinux + security: remove confusing CALLBACK macro.Eamon Walsh2-25/+50
2007-03-08xselinux: remove context validation function for now.Eamon Walsh1-36/+0
2007-03-07Merge branch 'master' into XACE-SELINUXEamon Walsh1-23/+0
2007-03-06remove PIXPRIV checks as this flag is always set.Eamon Walsh1-23/+0
2007-03-05Merge branch 'master' into XACE-SELINUXEamon Walsh2-0/+3
2007-03-01Xext: Update device's lastx/lasty when sending a motion event with XTest.Peter Hutterer1-0/+2
2007-02-15Bug #6988: Change behavior of Security extension per user feature request.Eamon Walsh1-0/+1
2007-02-15Merge branch 'master' into my-XACE-SELINUXEamon Walsh1-2/+2
2007-01-24Correct variable descriptions in comment for SecurityCheckResourceIDAccessAlan Coopersmith1-2/+2
2007-01-19Policy updates: use x prefix in property and ext types.Eamon Walsh1-78/+78
2007-01-19Split ObjectSIDByLabel into two functions since property labeling nowEamon Walsh1-24/+61
2007-01-19Remove the root window context line from the configuration file.Eamon Walsh2-58/+1
2007-01-19Policy updates.Eamon Walsh1-9/+10
2006-12-22Policy updates.Eamon Walsh1-26/+85
2006-12-20Naming change: Security*Access -> Dix*Access.Eamon Walsh1-15/+15
2006-12-19Merge branch 'master' into my-XACE-SELINUXEamon Walsh14-319/+373
2006-12-15Convert callers of LookupClient() to dixLookupClient().Eamon Walsh2-10/+17
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh3-23/+30
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh3-19/+20
2006-12-15Convert callers of LookupWindow() to dixLookupWindow().Eamon Walsh6-73/+76
2006-12-14Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.Eamon Walsh2-10/+10
2006-12-14Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.Eamon Walsh3-7/+18
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-5/+12
2006-12-14Remove instances of macros LOOKUP_DRAWABLE and VERIFY_DRAWABLE.Eamon Walsh3-27/+45
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh11-152/+152
2006-12-12Add xserver object class to list of object classes.Eamon Walsh1-1/+2
2006-12-12Change MLS levels in config file contexts to more sane defaults.Eamon Walsh1-2/+2
2006-12-12Split AssignClientState() into two routines, new routine is server-specific.Eamon Walsh1-51/+59
2006-12-12Remove trailing whitespace (whitespace police).Eamon Walsh1-16/+16
2006-12-12Naming change: Security*Operation -> Xace*OperationEamon Walsh1-1/+1
2006-12-12Add required root window context to config file.Eamon Walsh1-0/+1
2006-12-12Improve error handling, messages during initialization.Eamon Walsh1-6/+6
2006-12-12Experimental window property holding security context.Eamon Walsh1-0/+36
2006-12-12Add SELinux extension configure-time support.Eamon Walsh1-0/+10
2006-12-12Add SELinux extension source files.Eamon Walsh3-0/+1996
2006-12-01Naming change: Security*Operation -> Xace*OperationEamon Walsh3-13/+13
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-5/+21
2006-11-08xace: avoid 'unused variable pScreen'Daniel Stone1-1/+3
2006-11-06More work on Bug #8875: revert previous fix and try using client argumentEamon Walsh1-4/+2
2006-11-06whitespace adjustEamon Walsh1-4/+4