Revert "Add sepolicy for dumpstate to zip tcpdump into bugreport"
Revert submission 22814097-Fix-tcpdump-sepolicy Reason for revert: build break Reverted changes: /q/submissionid:22814097-Fix-tcpdump-sepolicy Change-Id: I69d22f368aa5b9e21a8fe0071d1d0981b5c635e9
This commit is contained in:
parent
6a41ee1f21
commit
50b5d5287e
@ -3,8 +3,6 @@ pixel_bugreport(dump_radio)
|
||||
userdebug_or_eng(`
|
||||
allow dump_radio radio_vendor_data_file:dir create_dir_perms;
|
||||
allow dump_radio radio_vendor_data_file:file create_file_perms;
|
||||
allow dump_radio tcpdump_vendor_data_file:dir r_dir_perms;
|
||||
allow dump_radio tcpdump_vendor_data_file:file r_file_perms;
|
||||
get_prop(dump_radio, vendor_rild_prop)
|
||||
get_prop(dump_radio vendor_tcpdump_log_prop)
|
||||
')
|
||||
|
@ -1,6 +0,0 @@
|
||||
# Data
|
||||
type tcpdump_vendor_data_file, file_type, data_file_type;
|
||||
|
||||
userdebug_or_eng(`
|
||||
typeattribute tcpdump_vendor_data_file mlstrustedobject;
|
||||
')
|
@ -1,2 +1 @@
|
||||
/vendor/bin/dump/dump_radio u:object_r:dump_radio_exec:s0
|
||||
/data/vendor/tcpdump_logger(/.*)? u:object_r:tcpdump_vendor_data_file:s0
|
||||
|
Loading…
x
Reference in New Issue
Block a user