diff -Nru lxc-android-config-0.82/debian/changelog lxc-android-config-0.83/debian/changelog --- lxc-android-config-0.82/debian/changelog 2013-08-27 19:33:50.000000000 +0200 +++ lxc-android-config-0.83/debian/changelog 2013-08-28 14:34:52.000000000 +0200 @@ -1,3 +1,11 @@ +lxc-android-config (0.83) UNRELEASED; urgency=low + + * Add a 5th column to writable-path for mount flags; use "defaults" for + temporary mounts and "none" for persistent mounts (bind option will be + prepended). + + -- Loïc Minier Wed, 28 Aug 2013 14:34:07 +0200 + lxc-android-config (0.82) saucy; urgency=low * Mark /var/lib/PackageKit as writable and persistent; LP: #1217462. diff -Nru lxc-android-config-0.82/etc/system-image/writable-paths lxc-android-config-0.83/etc/system-image/writable-paths --- lxc-android-config-0.82/etc/system-image/writable-paths 2013-08-27 19:33:33.000000000 +0200 +++ lxc-android-config-0.83/etc/system-image/writable-paths 2013-08-28 14:33:57.000000000 +0200 @@ -2,26 +2,27 @@ # 2nd column: Path relative to root of persistent storage (or auto) # 3rd column: type => persistent|temporary # 4th column: action => none|transition (transition requires persistent) +# 5th column: mount flags -/android/data android-data persistent none +/android/data android-data persistent none none /etc/NetworkManager/system-connections auto persistent none -/home user-data persistent transition -/opt/click.ubuntu.com auto persistent transition -/tmp none temporary none -/var/crash auto persistent none -/var/lib/dbus auto persistent none -/var/lib/NetworkManager auto persistent none -/var/lib/PackageKit auto persistent none -/var/lib/system-image auto persistent none -/var/log auto persistent transition +/home user-data persistent transition none +/opt/click.ubuntu.com auto persistent transition none +/tmp none temporary none defaults +/var/crash auto persistent none none +/var/lib/dbus auto persistent none none +/var/lib/NetworkManager auto persistent none none +/var/lib/PackageKit auto persistent none none +/var/lib/system-image auto persistent none none +/var/log auto persistent transition none # ufw -/etc/default/ufw auto persistent transition -/etc/ufw auto persistent transition -/lib/ufw/user6.rules auto persistent transition -/lib/ufw/user.rules auto persistent transition +/etc/default/ufw auto persistent transition none +/etc/ufw auto persistent transition none +/lib/ufw/user6.rules auto persistent transition none +/lib/ufw/user.rules auto persistent transition none # needed by click-apparmor - use transition since some core apps are # pre-installed on the image -/var/cache/apparmor auto persistent transition -/var/lib/apparmor auto persistent transition +/var/cache/apparmor auto persistent transition none +/var/lib/apparmor auto persistent transition none # for a writable dconf db used by customization -/custom/etc/dconf auto persistent none +/custom/etc/dconf auto persistent none none