mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix warning about multi-line comment
PiperOrigin-RevId: 399648071 Change-Id: I793a640310d772804726527761ad911772ff19c6
This commit is contained in:
parent
d9d2f0e5de
commit
f6d9e7fd7c
|
@ -14,9 +14,13 @@
|
||||||
|
|
||||||
// A simple sandbox2 testing tool.
|
// A simple sandbox2 testing tool.
|
||||||
//
|
//
|
||||||
// Usage:
|
// Example usage:
|
||||||
// sandbox2tool -v=1 -sandbox2tool_resolve_and_add_libraries \
|
// sandbox2tool
|
||||||
// -sandbox2_danger_danger_permit_all -logtostderr /bin/ls
|
// --v=1
|
||||||
|
// --sandbox2tool_resolve_and_add_libraries
|
||||||
|
// --sandbox2_danger_danger_permit_all
|
||||||
|
// --logtostderr
|
||||||
|
// /bin/ls
|
||||||
|
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user