Revert "Add betterbug folder to gs-common"

Revert submission 26348985-bb-sepolicy-poc

Reason for revert: Droidfood blocking bug: b/327991669

Bug: b/327991669

Reverted changes: /q/submissionid:26348985-bb-sepolicy-poc

Change-Id: I0fe0bb22e293093d941b4d8ba826c8c8689a370d
This commit is contained in:
Daniel Chapin 2024-03-05 00:55:40 +00:00 committed by Bart Sears
parent 9aa2c2e001
commit aca06d61c6
4 changed files with 0 additions and 23 deletions

View File

@ -1,5 +0,0 @@
PRODUCT_PACKAGES += BetterBugStub
PRODUCT_PACKAGES_DEBUG += BetterBug
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/gs-common/betterbug/sepolicy/product/public
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/gs-common/betterbug/sepolicy/product/private

View File

@ -1,15 +0,0 @@
typeattribute better_bug_app coredomain;
app_domain(better_bug_app)
net_domain(better_bug_app)
allow better_bug_app shell_data_file:file read;
allow better_bug_app privapp_data_file:file execute;
allow better_bug_app app_api_service:service_manager find;
allow better_bug_app system_api_service:service_manager find;
allow better_bug_app mediaserver_service:service_manager find;
set_prop(better_bug_app, ctl_start_prop)
get_prop(better_bug_app, system_boot_reason_prop)

View File

@ -1,2 +0,0 @@
# BetterBug
user=_app isPrivApp=true name=com.google.android.apps.internal.betterbug domain=better_bug_app type=app_data_file levelFrom=all

View File

@ -1 +0,0 @@
type better_bug_app, domain;