Disable SELinux enforcement on dev containers (#127774)

This commit is contained in:
AJ Jordan 2024-10-07 03:27:48 -04:00 committed by GitHub
parent bce274155c
commit 6ee452aef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,12 @@
},
// Port 5683 udp is used by Shelly integration
"appPort": ["8123:8123", "5683:5683/udp"],
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
"runArgs": [
"-e",
"GIT_EDITOR=code --wait",
"--security-opt",
"label=disable"
],
"customizations": {
"vscode": {
"extensions": [