Jorge Lucangeli Obes | 0b20877 | 2017-04-19 14:15:46 -0400 | [diff] [blame] | 1 | Hacking on Minijail: |
2 | |||||
3 | -Minijail uses kernel coding style: http://lxr.free-electrons.com/source/Documentation/CodingStyle | ||||
4 | |||||
5 | -Utility functions with no side-effects should go in util.{h|c}. | ||||
6 | |||||
7 | -Functions with side effects or with dependencies on operating system details, | ||||
8 | but that don't take a 'struct minijail' argument, should go in system.{h|c}. |