Skip to content

Commit

Permalink
fix: /home should be 0:0
Browse files Browse the repository at this point in the history
fix #1661
  • Loading branch information
hunshcn authored Oct 25, 2024
1 parent 97942b4 commit c6b9245
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 c6b9245

Please sign in to comment.