Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Issue 465106: Add build and package support to minijail (Closed)

Created:
11 years ago by Will Drewry
Modified:
9 years, 7 months ago
Reviewers:
Chris Masone
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Add build and package support to minijail Packaging: - Adds packaging for minijail - Adds support for building minijail in the chroot (libcap-dev) - Fixes libcap2 versioning to be compatible with libcap-dev in the repo - Build minijail as part of the platform packages Code: - Fixed an initialization check bug in minijail and unittests

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -4 lines) Patch
M src/package_repo/package-list-dev.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M src/package_repo/repo_list_dev.txt View 1 chunk +2 lines, -1 line 0 comments Download
A src/platform/minijail/debian/changelog View 1 chunk +5 lines, -0 lines 0 comments Download
A src/platform/minijail/debian/compat View 1 chunk +1 line, -0 lines 0 comments Download
A src/platform/minijail/debian/control View 1 chunk +20 lines, -0 lines 0 comments Download
A src/platform/minijail/debian/rules View 1 chunk +54 lines, -0 lines 0 comments Download
M src/platform/minijail/interface.cc View 1 chunk +8 lines, -1 line 0 comments Download
A src/platform/minijail/make_pkg.sh View 1 chunk +14 lines, -0 lines 0 comments Download
A src/platform/minijail/make_tests.sh View 1 chunk +21 lines, -0 lines 0 comments Download
M src/platform/minijail/minijail.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/platform/minijail/minijail.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/platform/minijail/minijail_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/scripts/build_platform_packages.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Will Drewry
This should get us minijail in the build so that we can start on the ...
11 years ago (2009-12-07 23:44:09 UTC) #1
Chris Masone
11 years ago (2009-12-07 23:49:06 UTC) #2
On 2009/12/07 23:44:09, wad wrote:
> This should get us minijail in the build so that we can start on the hardening
> work even though it still needs some more functionality and testing :)

lgtm

Powered by Google App Engine
This is Rietveld 408576698