Hi,

If I do a ls -l  on the root / folder, I get the following permissions

drwxrwx--x  1 1000 1000   2048 Jan  1 00:00 data
drwxrwx--x  1 1000 1000   2048 Jan  1 00:00 system

I can't see the group system defined, I just get a 1000 group id as above.
What should I do ?

My init.rc file looks like this at the moment

    # Mount /system rw first to give the filesystem a chance to save a
checkpoint
    mount yaffs2 m...@system /system
    mount yaffs2 m...@system /system ro remount
    chown system system /system
    chmod 0771 /system

    # We chown/chmod /data again so because mount is run as root + defaults
    mount yaffs2 m...@userdata /data nosuid nodev
    chown system system /data
    chmod 0771 /data

    # Same reason as /data above
    mount yaffs2 m...@cache /cache nosuid nodev
    chown system cache /cache
    chmod 0770 /cache

    # This may have been created by the recovery system with odd permissions
    chown system system /cache/recovery
    chmod 0770 /cache/recovery

best regards,

Elvis

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

To unsubscribe from this group, send email to 
android-porting+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to