Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Do not report usage data for internet/storage
Browse files Browse the repository at this point in the history
Refs #878
  • Loading branch information
M66B committed Dec 28, 2013
1 parent 3bb89ee commit 775caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/XProcess.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected void before(MethodHookParam param) throws Throwable {
if (param.args.length >= 5) {
// Check if restricted
int uid = (Integer) param.args[2];
if (getRestricted(null, uid, mAction, true)) {
if (getRestricted(null, uid, mAction, false)) {
// Get group IDs
int[] gids = (int[]) param.args[4];
if (gids == null)
Expand Down

0 comments on commit 775caad

Please sign in to comment.