-
Notifications
You must be signed in to change notification settings - Fork 527
Restricting IPC to certain processes #2379
Comments
+1 To my understanding, your understand is correct. :-) |
Putting a bounty of 50€ on this |
I also notice that IPC request, sometimes. So, it's suggested to always deny? Sorry for silly question but i notice that every time it happens the background is red, and so denied it could/should result in a crash of the app...? |
Personally I deny every permission and see if it works. If it crashes I check in Xprivacy which permissions it has recently denied for this app. Then I decide if I get rid of the app or if I grant the permission. |
That's right. In many cases Shell is also required. Really frightening what permissions most of them want...
…________________________________
Von: T-vK <[email protected]>
Gesendet: Montag, 18. September 2017 08:08
An: M66B/XPrivacy
Cc: Subscribed
Betreff: Re: [M66B/XPrivacy] Restricting IPC to certain processes (#2379)
Personally I deny every permission and see if it works. If it crashes I check in Xprivacy which permissions it has recently denied for this app. Then I decide if I get rid of the app or if I grant the permission.
I've found that you always need to allow the IPC permission IPackageManager:getPackageInfo. And you can always deny the Identification permission SERIAL.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2379 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AWP-GfzS8sROAVBFkGnvYZN5ay_LRqtsks5sjiT5gaJpZM4KSD_5>.
|
Always allow IPC. Now that you say it I am gonna need to default this.
…________________________________
Von: Marko <[email protected]>
Gesendet: Sonntag, 17. September 2017 15:41
An: M66B/XPrivacy
Cc: Subscribed
Betreff: Re: [M66B/XPrivacy] Restricting IPC to certain processes (#2379)
I also notice that IPC request, sometimes. So, it's suggested to always deny? Sorry for silly question but i notice that every time it happens the background is red, and so denied it could/should result in a crash of the app...?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2379 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AWP-GaCv-ekkrY4NEnlnTkCYtMLqRdYRks5sjT2ZgaJpZM4KSD_5>.
|
I was just taking about |
Thank you for you're explanations @T-vK , for this I select IPC and checked all the apps, just in case. They were few and for what I can say, also blocking IPC they works as well. |
As far as I remember nothing worked for me without IPC thats why I said it.
LONG LIVE XPRIVACY!
…________________________________
Von: Marko <[email protected]>
Gesendet: Dienstag, 19. September 2017 15:53
An: M66B/XPrivacy
Cc: 8alucard8; Comment
Betreff: Re: [M66B/XPrivacy] Restricting IPC to certain processes (#2379)
Thank you for you're explanations @T-vK<https://github.com/t-vk> , for this I select IPC and checked all the apps, just in case. They were few and for what I can say, also blocking IPC they works as well.
Greetings
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#2379 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AWP-GX37dajTtdcdQf0pjttzW7MoJas2ks5sj-KRgaJpZM4KSD_5>.
|
Yes @8alucard8 sometimes seems mandatory for run some app as well. Btw I notice that, in sporadic cases, blocking IPC (or others commands) app soon crash, but if you relaunch it in some cases it works.
|
@MarkoIndaco If an app crashes because of Xprivacy, you can just open up Xprivacy, select the app that crashed, open the menu and tap on |
Thank you for explanation. I take a look at the Usage Data menu and yes, I notice some of that "denied" indicator related to the sim-restrictions, by the way they are not so many, and the apps that I block on "getSimOperator" they don't need at all of that function. Indeed they works as well also with that restriction. |
Hahahaha... REALLY, REALLY!!
|
??? Wat even is this
Sent from Samsung Mobile
…-------- Original message --------
From: sarahuribe242
Date:01/10/2017 08:33 (GMT+00:00)
To: M66B/XPrivacy
Cc: Subscribed
Subject: Re: [M66B/XPrivacy] Restricting IPC to certain processes (#2379)
Hahahaha... REALLY, REALLY!!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2379 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ac5IpwwklcgNroMhcQJQFLyFDFlIp5A2ks5sn0A2gaJpZM4KSD_5>.
|
Some apps require permission to make use of IPC (Inter Process Communication). From my understanding this could be abused to use another app as a sort of proxy to access the Internet, bypassing firewalls and Internet access privileges.
So I would like to see an option to blacklist or whitelist certain apps. Or maybe (no idea if that's possible) an option to disallow making use of certain privileges when operating through another process.
The text was updated successfully, but these errors were encountered: