Skip to content
Snippets Groups Projects
Commit 862909f7 authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am acea73d5: Merge "Drop shell from having access to dmesg"

* commit 'acea73d5':
  Drop shell from having access to dmesg
parents f4c8ca6b acea73d5
No related branches found
No related tags found
No related merge requests found
...@@ -19,12 +19,6 @@ allow shell sdcard:file create_file_perms; ...@@ -19,12 +19,6 @@ allow shell sdcard:file create_file_perms;
r_dir_file(shell, apk_data_file) r_dir_file(shell, apk_data_file)
allow shell dalvikcache_data_file:file write; allow shell dalvikcache_data_file:file write;
# Run dmesg.
allow shell kernel:system syslog_read;
# Run cat /proc/kmsg.
allow shell kernel:system syslog_mod;
# Run logcat. # Run logcat.
allow shell log_device:chr_file r_file_perms; allow shell log_device:chr_file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment