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.
2 parents 7e8b812 + d807125 commit c68e06bCopy full SHA for c68e06b
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