Skip to content

Commit 81c4ac5

Browse files
committed
try a more universal relabel?
1 parent 60449c8 commit 81c4ac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"postCreateCommand": "/bin/bash -lc '/workspace/.devcontainer/post-create.sh'",
2929
"postStartCommand": "/bin/bash -lc 'echo \"local all all trust\nhost all all 127.0.0.1/32 trust\nhost all all ::1/128 trust\" | sudo tee /etc/postgresql/16/main/pg_hba.conf > /dev/null && sudo service postgresql restart && /workspace/.devcontainer/start-mysql.sh && /workspace/.devcontainer/init-mysql.sh'",
3030
"remoteUser": "vscode",
31-
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached,relabel=private",
31+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace:Z,type=bind,consistency=cached",
3232
"workspaceFolder": "/workspace",
3333
"containerEnv": {
3434
"GOPATH": "/home/vscode/go",

0 commit comments

Comments
 (0)