libhelper: fixup

This commit is contained in:
2025-08-10 22:23:54 +03:00
parent f9eea8aef7
commit 1340242e71

View File

@@ -23,7 +23,7 @@
namespace Helper {
bool hasSuperUser() { return (getuid() == AID_ROOT); }
bool hasAdbPermissions() { return (getuid() == AID_ADB); }
bool hasAdbPermissions() { return (getuid() == AID_SHELL); }
bool isExists(const std::string_view entry) {
struct stat st{};