Skip to content
Snippets Groups Projects
Commit bcefa8ba authored by yro's avatar yro Committed by android-build-merger
Browse files

Merge "Update sepolicy to have system_server access stats_data" into pi-dev

am: 199637eb

Change-Id: Ia6ce6b2955e2a848948eb429d29f1887f25fe43b
parents 832e6f52 199637eb
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,10 @@ allow system_server stats_data_file:file unlink;
allow system_server debugfs:file r_file_perms;
allow system_server debugfs_wakeup_sources:file r_file_perms;
# Delete /data/misc/stats-data/ and /data/misc/stats-service/ directories.
allow system_server stats_data_file:dir { open read remove_name search write };
allow system_server stats_data_file:file unlink;
# The DhcpClient and WifiWatchdog use packet_sockets
allow system_server self:packet_socket create_socket_perms_no_ioctl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment