summaryrefslogtreecommitdiffstats
path: root/src/input/inputHandlerChain.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement magic SysRq handler.Sebastien Braun2010-10-071-1/+3
|
* Sanitize security model yet againSebastien Braun2010-10-071-5/+5
| | | | | | | | | | The flags model was not satisfactory since it made it unnecessarily difficult to express the standard policy of "allow all to users that are physically sitting in front of the machine and to privileged users". The new model expressly knows different policies (two at the moment) and refrains from decomposing them. Additional policies are not difficult to add.
* Implement RebootSystem and KillX11 handlers.Sebastien Braun2010-10-051-1/+6
|
* Implement example privileged SayHelloHandler.Sebastien Braun2010-10-051-0/+2
|
* Implement privileged input daemon, first version without handlers.Sebastien Braun2010-10-051-1/+7
|
* Refactor InputEvent handler code.Sebastien Braun2010-10-051-0/+34
- Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation.