summaryrefslogtreecommitdiff
path: root/Xext/xace.h
AgeCommit message (Collapse)AuthorFilesLines
2007-08-16xace: drop background-none checking hook, add new hook for controllingEamon Walsh1-1/+1
access to other clients.
2007-08-15xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh1-1/+1
for other types of server access besides just the host list.
2007-08-06xace: drop site-policy and declare-extension-security hooks, add 2 new hooksEamon Walsh1-2/+2
for controlling access to screens and screen savers.
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-6/+6
arbitrary X status codes instead of just TRUE/FALSE. The dix layer in most cases still does not propagate the return value of XACE hooks back to the client, however. There is more error propagation work to do.
2007-03-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-10/+0
2007-03-25Static and dead code cleaup for Xext/Adam Jackson1-10/+0
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 Walsh1-7/+8
2007-03-19xace: drop XACE_WINDOW_INIT hook, it has been superseded by ↵Eamon Walsh1-4/+3
ResourceStateCallback.
2006-12-01Naming change: Security*Operation -> Xace*OperationEamon Walsh1-5/+5
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-5/+21
2006-08-25Add four new XACE hooks: auditing, key event notification, window initEamon Walsh1-1/+5
2006-08-03Remove LBX code.Eamon Walsh1-10/+1
2006-08-02Rebase Security extension to use devPrivates for storing security state.Eamon Walsh1-16/+0
2006-06-20Add XACE extension source files.Eamon Walsh1-0/+124
(Copied from XACE-SELINUX branch in Xorg monolith CVS since these were never imported to modular cvs or git trees.)