You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
344 B
8 lines
344 B
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}.
|
|
|