Skip to content

Commit

Permalink
cleanup: Remove unnecessary config options
Browse files Browse the repository at this point in the history
Bug: N/A
Change-Id: Icfa368379ee2302ae25e895517d54c31fd857366
GitOrigin-RevId: 4e1c1783fa4aaa39bc71d18210e08da3f6451450
  • Loading branch information
Privacy Sandbox Team authored and copybara-github committed Nov 8, 2024
1 parent e84fae7 commit 0d8a2cd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/roma/byob/container/config.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"ociVersion": "1.0.2-dev",
"process": {
"terminal": true,
"user": {
"uid": 0,
"gid": 0,
"additionalGids": [0]
"gid": 0
},
"env": ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm"],
"cwd": "/",
"capabilities": {
"bounding": ["CAP_SETPCAP", "CAP_SYS_ADMIN"],
"effective": ["CAP_SETPCAP", "CAP_SYS_ADMIN"],
"permitted": ["CAP_SETPCAP", "CAP_SYS_ADMIN"]
},
"apparmorProfile": "unconfined",
"oomScoreAdj": 0
}
},
"hostname": "runsc",
"linux": {
Expand Down

0 comments on commit 0d8a2cd

Please sign in to comment.