Skip to content

Commit

Permalink
Merge pull request #1704 from hunshcn/patch-1
Browse files Browse the repository at this point in the history
fix: the ownership of /home should be 0:0
  • Loading branch information
loosebazooka authored Oct 25, 2024
2 parents 97942b4 + c6b9245 commit 10480a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ home(
},
{
"home": "/home",
"uid": NONROOT,
"gid": NONROOT,
"uid": ROOT,
"gid": ROOT,
"mode": 755,
},
{
Expand Down

0 comments on commit 10480a5

Please sign in to comment.