Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 674f9b73 authored by griffin98's avatar griffin98
Browse files

Add domain for eDrive App

parent fcb902d6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
type edrive_app, domain, coredomain;

app_domain(edrive_app)
net_domain(edrive_app)

# Read and write app data files
allow edrive_app app_data_file:file { read write getattr };

# Read and write system app data files passed over Binder.
allow edrive_app system_app_data_file:file { read write getattr };
allow edrive_app system_data_file:file { read write getattr };
+1 −0
Original line number Diff line number Diff line
user=_app isPrivApp=true seinfo=platform name=com.android.gallery3d domain=gallery_app type=app_data_file levelFrom=user
user=_app isPrivApp=true seinfo=platform name=org.lineageos.snap domain=snap_app type=app_data_file levelFrom=user
user=_app isPrivApp=true seinfo=platform name=io.eelo.drive domain=edrive_app type=app_data_file levelFrom=user