We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e305b0 commit d807125Copy full SHA for d807125
src/interceptors/android/adb-commands.ts
@@ -290,7 +290,8 @@ export async function setChromeFlags(
290
${
291
chromeFlagsLocations.map((flagsFilePath) => `
292
echo "${flagsFileContent}" > "${flagsFilePath}"
293
- chmod 744 "${flagsFilePath}"`
+ chmod 744 "${flagsFilePath}"
294
+ chcon "u:object_r:shell_data_file:s0" "${flagsFilePath}"`
295
).join('\n')
296
}
297
0 commit comments