summaryrefslogtreecommitdiff
path: root/Xext/xselinux.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16xace: drop background-none checking hook, add new hook for controllingEamon Walsh1-10/+0
2007-08-15xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh1-4/+4
2007-06-21xselinux: use new libselinux support for context labeling.Eamon Walsh1-561/+30
2007-06-11xselinux: use new libselinux support for private Flask definitions.Eamon Walsh1-2/+40
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-110/+122
2007-03-23xace: pass serverClient as default argument to dixChangeWindowPropertyEamon Walsh1-5/+7
2007-03-22xace: drop the name argument from the property callback.Eamon Walsh1-1/+1
2007-03-22dix: reorganize property code to better support xace hook; requires new API forEamon Walsh1-1/+1
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 Walsh1-12/+20
2007-03-08xselinux: remove context validation function for now.Eamon Walsh1-36/+0
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 Walsh1-57/+1
2006-12-20Naming change: Security*Access -> Dix*Access.Eamon Walsh1-15/+15
2006-12-12Add xserver object class to list of object classes.Eamon Walsh1-1/+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-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 source files.Eamon Walsh1-0/+1884