• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Hacking 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,
8but that don't take a 'struct minijail' argument, should go in system.{h|c}.
9