| 109 | } |
| 110 | |
| 111 | char KrPermHandler::executable(const QString &perm, gid_t gid, uid_t uid) |
| 112 | { |
| 113 | return getLocalPermission(perm, gid, uid, 2, true); |
| 114 | } |
| 115 | |
| 116 | char KrPermHandler::getLocalPermission(const QString &perm, gid_t gid, uid_t uid, int permOffset, bool ignoreRoot) |
| 117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected