| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement magic SysRq handler. | Sebastien Braun | 2010-10-07 | 1 | -1/+3 |
| | | |||||
| * | Sanitize security model yet again | Sebastien Braun | 2010-10-07 | 1 | -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 Braun | 2010-10-05 | 1 | -1/+6 |
| | | |||||
| * | Implement example privileged SayHelloHandler. | Sebastien Braun | 2010-10-05 | 1 | -0/+2 |
| | | |||||
| * | Implement privileged input daemon, first version without handlers. | Sebastien Braun | 2010-10-05 | 1 | -1/+7 |
| | | |||||
| * | Refactor InputEvent handler code. | Sebastien Braun | 2010-10-05 | 1 | -0/+34 |
| - Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation. | |||||
