diff options
Diffstat (limited to 'cmds/installd/utils.h')
| -rw-r--r-- | cmds/installd/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/installd/utils.h b/cmds/installd/utils.h index d05724a8f0..206ad4158a 100644 --- a/cmds/installd/utils.h +++ b/cmds/installd/utils.h @@ -140,6 +140,8 @@ int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t ta // It returns true if there were no errors at all, and false otherwise. bool collect_profiles(std::vector<std::string>* profiles_paths); +void drop_capabilities(uid_t uid); + } // namespace installd } // namespace android |