Advertisement
Keijo

tmpfs

Jul 4th, 2016
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. /init-debug: mount -t devtmpfs devtmpfs /dev
  2. /init.log:+ mount -t devtmpfs devtmpfs /dev
  3. /init.qcom.rc: mkdir /tmp
  4. /init.qcom.rc:# Removed during droid-hal-device build : mount tmpfs tmpfs /tmp nosuid mode=0755,uid=0,gid=0
  5. /init.qcom.rc: # Create a tmpfs for dynamic network mounting
  6. /init.qcom.rc:# Removed during droid-hal-device build : mount tmpfs tmpfs /storage/removable/remote mode=0755,uid=0,gid=0
  7. /init.qcom.rc: rm /data/local/tmp/adreno_config.txt
  8. /init.rc:# Removed during droid-hal-device build : mount tmpfs none /sys/fs/cgroup mode=0750,uid=0,gid=1000
  9. /init.rc:# Removed during droid-hal-device build : mount tmpfs tmpfs /mnt/asec mode=0755,gid=1000
  10. /init.rc:# Removed during droid-hal-device build : mount tmpfs tmpfs /mnt/obb mode=0755,gid=1000
  11. /init.rc: # For security reasons, /data/local/tmp should always be empty.
  12. /init.rc: # Do not place files or directories in /data/local/tmp
  13. /init.rc: mkdir /data/local/tmp 0771 shell shell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement