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

Commit

Permalink
Add links for /proc
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 17, 2014
1 parent f4a5943 commit d392bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ For easy usage, data is restricted by category:
* return a fake device serial number
* return a fake host name
* return a fake Google services framework ID
* return file not found for folder /proc
* return file not found for folder [/proc](http://linux.die.net/man/5/proc)
* return a fake Google advertising ID
* return a fake system property CID (Card Identification Register = SD card serial number)
* return file not found for /sys/block/.../cid
Expand Down Expand Up @@ -263,7 +263,7 @@ For easy usage, data is restricted by category:
Limitations
-----------

* /proc, CID and system (build) properties cannot be restricted for Android (serial number, IMEI, MAC address, etc), because restricting these will result in bootloops.
* [/proc](http://linux.die.net/man/5/proc), CID and system (build) properties cannot be restricted for Android (serial number, IMEI, MAC address, etc), because restricting these will result in bootloops.
* /proc/self/cmdline will not be restricted by /proc, because it will result in instability.
* The phone number cannot be restricted for the standard phone application.
* Internet and storage can only be restricted for applications, providers, and services started by the Android package manager.
Expand Down

0 comments on commit d392bce

Please sign in to comment.