History log of /system/core/sdcard/sdcard.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4553b08d7555a103fdbe8623a9cbd826a7e413ff 16-Aug-2010 Mike Lockwood <lockwood@android.com> sdcard: Implement statfs, stat time values and change mount point to /mnt/sdcard

Change-Id: Iac2c4ec47af7d47d76a82916866ad36782caf25c
Signed-off-by: Mike Lockwood <lockwood@android.com>
/system/core/sdcard/sdcard.c
b14a2c6e34b197870433386fb809d34b58b30fc0 13-Aug-2010 Brian Swetland <swetland@google.com> fix up permissions

Change-Id: I93c828ebc755ad2a2055066c8af65dfde7dc7b2e
/system/core/sdcard/sdcard.c
03ee9479a4ed67689b9bbccda20c60800a38b178 13-Aug-2010 Brian Swetland <swetland@google.com> sdcard: a program to create a "virtual" /sdcard pointed at a path

sdcard is a program that uses FUSE to emulate FAT-on-sdcard style
directory permissions (all files are given fixed owner, group, and
permissions at creation, owner, group, and permissions are not
changeable, symlinks and hardlinks are not createable, etc.

usage: sdcard <path> <uid> <gid>

It must be run as root, but will change to uid/gid as soon as it
mounts a filesystem on /sdcard. It will refuse to run if uid or
gid are zero.

Change-Id: I9a5d2e5daaebeee632f8470172cbb77b7fa689f8
Signed-off-by: Brian Swetland <swetland@google.com>
/system/core/sdcard/sdcard.c