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

Restrict /system/build.prop #575

Closed
mnjm97 opened this issue Aug 24, 2013 · 3 comments
Closed

Restrict /system/build.prop #575

mnjm97 opened this issue Aug 24, 2013 · 3 comments

Comments

@mnjm97
Copy link

mnjm97 commented Aug 24, 2013

would it be possible to restrict an app from being able to read the contents of files. specifically system files like build.prop etc...

@M66B
Copy link
Owner

M66B commented Aug 24, 2013

Restricting individual files is possible but I rather prefer not to, since it has proven to give compatibility and performance problems. Is there something specific you have in mind? If I remember correct, then reading build.prop requires root and is safe by design.

@mnjm97
Copy link
Author

mnjm97 commented Aug 24, 2013

I have a few apps that I use to check if permissions are being blocked...none of them request root, yet have access to information from build.prop as well as other system files. maybe it would work to block an app from reading everything? or spoof any file requests to a dummy file.

M66B pushed a commit that referenced this issue Aug 25, 2013
@M66B
Copy link
Owner

M66B commented Aug 25, 2013

Restricting all files on /system will in effect disable Android altogether.
Files need to be restricted on a case by case basis.
The next release allows you to restrict /system/build.prop (category identification).

@M66B M66B closed this as completed Aug 25, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants