-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…gger access on userdebug/eng." * commit 'a1814597525f994e34c7099f317aab24ed3102f9': Label /data/diag_logs and allow qxdmlogger access on userdebug/eng.
- Loading branch information
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
allow platform_app time:unix_stream_socket connectto; | ||
|
||
userdebug_or_eng(` | ||
# qxdmlogger access to /data/diag_logs. | ||
allow platform_app diag_logs:dir rw_dir_perms; | ||
allow platform_app diag_logs:file create_file_perms; | ||
') |