Thread
:
[Sandbox] Protecting private content when lending device
View Single Post
MrGrim
2009-12-14 , 12:28
Posts: 329 | Thanked: 142 times | Joined on Oct 2009
#
24
Hidden folders aren't very secure, because some apps might very well list them anyway
As script as simple as
Code:
chmod 000 * chown root *
will hide everything from basic users, and also stop people who might somehow find permission changing, but don't know how to sudo (are there any?)
An even smarter script will back up the original permissions so the unhide script can restore them
__________________
I don't mean to crush your hopes, I just can't help it
Quote & Reply
|
The Following User Says Thank You to MrGrim For This Useful Post:
vkv.raju
MrGrim
View Public Profile
Send a private message to MrGrim
Find all posts by MrGrim