sandboxed-api/oss-internship-2020/libtiff
Christian Blichmann 6cbde854d6 #Cleanup: Consistently use char* argv[] instead of char**
PiperOrigin-RevId: 444782296
Change-Id: If8e7647be28f794392675ae001abbe9b809da0ac
2022-04-27 00:43:51 -07:00
..
example #Cleanup: Consistently use char* argv[] instead of char** 2022-04-27 00:43:51 -07:00
test Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
wrapper Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
.gitignore from local repo to fork 2020-09-23 20:21:33 +00:00
CMakeLists.txt cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
README.md Merge pull request #56 from alexelex:master 2020-12-08 03:15:35 -08:00
sandboxed.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00

sapi-libtiff

Copyright 2020 Google LLC.

Start use

You should make sure the libtiff submodule is cloned.

git clone --recursive https://github.com/alexelex/sapi-libtiff

Usage

build:

mkdir -p build && cd build && cmake .. -DSAPI_ROOT=$HOME/sapi_root -DBUILD_SHARED_LIBS=OFF

make -j 8

to run the sandboxed example:

./example/sandboxed absolute/path/to/project/dir

to run tests:

./test/tests

you also can use sandbox flags sandbox2_danger_danger_permit_all and sandbox2_danger_danger_permit_all_and_log