1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 09:05:49 +05:30

fix: allowed shell scopes

This commit is contained in:
2026-03-05 15:40:13 +05:30
Verified
parent b96d8fe64b
commit 2e6dc6ab25

View File

@@ -119,6 +119,21 @@
"name": "deno",
"cmd": "deno",
"args": true
},
{
"name": "pkexec",
"cmd": "pkexec",
"args": true
},
{
"name": "powershell",
"cmd": "powershell",
"args": true
},
{
"name": "sh",
"cmd": "sh",
"args": true
}
]
}