Merge lp:~vicamo/lxc-android-config/more-writable-paths into lp:lxc-android-config

Proposed by You-Sheng Yang
Status: Needs review
Proposed branch: lp:~vicamo/lxc-android-config/more-writable-paths
Merge into: lp:lxc-android-config
Diff against target: 25 lines (+3/-0)
1 file modified
etc/system-image/writable-paths (+3/-0)
To merge this branch: bzr merge lp:~vicamo/lxc-android-config/more-writable-paths
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+311690@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

34. By You-Sheng Yang

Add more writable paths. (LP: 1643459)

/var/tmp: rtkit systemd service uses PrivateTmp
/var/lib/udisks2: udisks2 data
/var/lib/dhcp: isc-dhcp-server leases files

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'etc/system-image/writable-paths'
2--- etc/system-image/writable-paths 2016-10-14 08:29:20 +0000
3+++ etc/system-image/writable-paths 2016-11-24 06:51:43 +0000
4@@ -10,11 +10,13 @@
5 /media auto temporary none defaults
6 /opt/click.ubuntu.com auto persistent transition none
7 /tmp none temporary none defaults
8+/var/tmp none temporary none defaults
9 /var/crash auto persistent none none
10 /var/lib/AccountsService/users auto persistent none none
11 /var/lib/aethercast auto persistent none none
12 /var/lib/biometryd-meizu-fp-reader auto persistent none none
13 /var/lib/dbus auto persistent none none
14+/var/lib/dhcp auto persistent none none
15 /var/lib/extrausers auto persistent transition none
16 /var/lib/logrotate auto persistent none none
17 /var/lib/NetworkManager auto persistent none none
18@@ -26,6 +28,7 @@
19 /var/lib/sudo auto temporary none defaults,mode=0700
20 /var/lib/system-image auto persistent none none
21 /var/lib/systemd auto synced none none
22+/var/lib/udisks2 auto persistent none none
23 /var/lib/upower auto persistent none none
24 /var/lib/usermetrics auto persistent none none
25 /var/lib/ubuntu-location-service auto persistent none none

Subscribers

People subscribed via source and target branches