canmove, Confirmed users
1,220
edits
Ptheriault (talk | contribs) No edit summary |
Ptheriault (talk | contribs) No edit summary |
||
Line 44: | Line 44: | ||
===Implementation Requirements=== | ===Implementation Requirements=== | ||
#Prevent USB mounting when phone is locked. | #Prevent USB mounting when phone is locked. | ||
#Enforce permissions to prevent access to read or modify sensitive files. | #Enforce permissions to prevent access to read or modify sensitive files. | ||
#Provide a setting to enable/disable feature, consider disabling by default. | #Provide a setting to enable/disable feature, consider disabling by default. | ||
===Post-review follow-up=== | |||
# Gaia modifies a setting when the phone is locked to prevent UMS. See https://github.com/mozilla-b2g/gaia/pull/1467 for details. | |||
# UMS Mounts /sdcard only which is user data only (no system files) | |||
# Setting is provided under settings->storage, disabled by default |