Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_vendor_omni
/
f8f93324c8651711bd8834a9e9a912e3ffad1899
/
.
/
sepolicy
/
installd.te
blob: cef2730a290f5ea43be035d31831d74a6646825a [
file
] [
log
] [
blame
]
# Allow querying of asec size on SD card
allow installd sdcard_type
:
dir
{
search
};
allow installd sdcard_type
:
file
{
getattr
};
allow installd sdcard_posix
:
filesystem quotaget
;