Remove tcpdump sepolicy from gs101 and move sepolicy to gs-common
Bug: 264490014 Test: 1. Enable tcpdump_logger always-on function 2. Dump bugreport 3. Pull dumpstate_board.bin and chagne it to zip 4. Unzip dumpstate_board.zip and check if tcpdump files are there. Change-Id: I3d0cb388cf9b7c96d2856f46c0440b4017477480
This commit is contained in:
parent
37e90d3f3a
commit
6be45972bb
2 changed files with 0 additions and 4 deletions
3
whitechapel/vendor/google/file.te
vendored
3
whitechapel/vendor/google/file.te
vendored
|
@ -92,9 +92,6 @@ type persist_modem_file, file_type, vendor_persist_type;
|
|||
type modem_img_file, contextmount_type, file_type, vendor_file_type;
|
||||
allow modem_img_file self:filesystem associate;
|
||||
|
||||
# TCP logging
|
||||
type tcpdump_vendor_data_file, file_type, data_file_type, mlstrustedobject;
|
||||
|
||||
# Pca
|
||||
type sysfs_pca, sysfs_type, fs_type;
|
||||
|
||||
|
|
1
whitechapel/vendor/google/file_contexts
vendored
1
whitechapel/vendor/google/file_contexts
vendored
|
@ -243,7 +243,6 @@
|
|||
|
||||
# TCP logging
|
||||
/vendor/bin/tcpdump_logger u:object_r:tcpdump_logger_exec:s0
|
||||
/data/vendor/tcpdump_logger(/.*)? u:object_r:tcpdump_vendor_data_file:s0
|
||||
|
||||
# modem_svc_sit files
|
||||
/vendor/bin/modem_svc_sit u:object_r:modem_svc_sit_exec:s0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue