talhaco / droidwall

Automatically exported from code.google.com/p/droidwall
0 stars 0 forks source link

Log of Blocked Programs #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement request for a menu option in droidwall to view which programs
have been blocked when whitelisting is used.

This would make it easy to determine which programs need to be whitelisted,
and is easier to implement than the previous "confirm mode" (real-time
blocking notification) enhancement request.

This page has some good suggestions for logging the uid of the blocked packets:
http://superuser.com/questions/34782/with-linux-iptables-is-it-possible-to-log-t
he-process-command-name-that-initiate

Logging all the time might take up too many resources, so it's probably
best to use the "limit" module to severely limit the amount of logging, or
allow toggling of the logging mode in droidwall (i.e. a "training mode"
that can be enabled during a day of regular app usage, and then disabled
afterwards).

Thanks, this program is extremely useful

Original issue reported on code.google.com by sli...@gmail.com on 22 Dec 2009 at 8:45

GoogleCodeExporter commented 8 years ago
It seems that the majority of Android ROMS include a very limited version of 
iptables
(which does not include the LOG target).

I will (try to) check which ROMs include this functionality to investigate the
possibility of enable logging when supported.

Original comment by rodrigo...@gmail.com on 17 Jan 2010 at 10:17

GoogleCodeExporter commented 8 years ago
I'm closing this issue for now since it seems most ROM developers are not 
wiling to
enable the LOG iptables target.
This scenario may change in the future since the devices are becoming more 
powerful.

Original comment by rodrigo...@gmail.com on 29 Apr 2010 at 7:37

GoogleCodeExporter commented 8 years ago
See issue 44 - it is possible that logging works now :)

Original comment by rodrigo...@gmail.com on 17 Sep 2010 at 8:04