Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_vendor_omni
/
68c33dce31aaf7f1e6efc66ff69b548be3ffb3a2
/
.
/
sepolicy
/
common
/
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
;