aboutsummaryrefslogtreecommitdiff
path: root/HACKING
blob: 9af0e3ad00fcf3c8006b3dc2793fc967d1081c5a (plain)
1
2
3
4
5
6
7
8
Hacking on Minijail:

-Minijail uses kernel coding style: http://lxr.free-electrons.com/source/Documentation/CodingStyle

-Utility functions with no side-effects should go in util.{h|c}.

-Functions with side effects or with dependencies on operating system details,
but that don't take a 'struct minijail' argument, should go in system.{h|c}.