~sergiusens/ubuntu/saucy/lxc-android-config/sync-bridge-and-android

« back to all changes in this revision

Viewing changes to etc/system-image/writable-paths

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber, Loïc Minier, Stéphane Graber
  • Date: 2013-08-28 10:07:07 UTC
  • mfrom: (84.1.2 lxc-android-config)
  • Revision ID: package-import@ubuntu.com-20130828100707-2f2jj1gxamwt7r9j
[ Loïc Minier ]
* 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). (LP: #1217866)

[ Stéphane Graber ]
* Change /var/lib/sudo from persistent to temporary (mode=0700)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# 2nd column: Path relative to root of persistent storage (or auto)
3
3
# 3rd column: type => persistent|temporary
4
4
# 4th column: action => none|transition (transition requires persistent)
 
5
# 5th column: mount flags
5
6
 
6
 
/android/data                           android-data            persistent  none
7
 
/etc/NetworkManager/system-connections  auto                    persistent  none
8
 
/home                                   user-data               persistent  transition
9
 
/opt/click.ubuntu.com                   auto                    persistent  transition
10
 
/tmp                                    none                    temporary   none
11
 
/var/crash                              auto                    persistent  none
12
 
/var/lib/dbus                           auto                    persistent  none
13
 
/var/lib/NetworkManager                 auto                    persistent  none
14
 
/var/lib/PackageKit                     auto                    persistent  none
15
 
/var/lib/sudo                           auto                    persistent  none
16
 
/var/lib/system-image                   auto                    persistent  none
17
 
/var/log                                auto                    persistent  transition
 
7
/android/data                           android-data            persistent  none        none
 
8
/etc/NetworkManager/system-connections  auto                    persistent  none        none
 
9
/home                                   user-data               persistent  transition  none
 
10
/opt/click.ubuntu.com                   auto                    persistent  transition  none
 
11
/tmp                                    none                    temporary   none        defaults
 
12
/var/crash                              auto                    persistent  none        none
 
13
/var/lib/dbus                           auto                    persistent  none        none
 
14
/var/lib/NetworkManager                 auto                    persistent  none        none
 
15
/var/lib/PackageKit                     auto                    persistent  none        none
 
16
/var/lib/sudo                           auto                    temporary   none        defaults,mode=0700
 
17
/var/lib/system-image                   auto                    persistent  none        none
 
18
/var/log                                auto                    persistent  transition  none
18
19
# ufw
19
 
/etc/default/ufw                        auto                    persistent  transition
20
 
/etc/ufw                                auto                    persistent  transition
21
 
/lib/ufw/user6.rules                    auto                    persistent  transition
22
 
/lib/ufw/user.rules                     auto                    persistent  transition
 
20
/etc/default/ufw                        auto                    persistent  transition  none
 
21
/etc/ufw                                auto                    persistent  transition  none
 
22
/lib/ufw/user6.rules                    auto                    persistent  transition  none
 
23
/lib/ufw/user.rules                     auto                    persistent  transition  none
23
24
# needed by click-apparmor - use transition since some core apps are
24
25
# pre-installed on the image
25
 
/var/cache/apparmor                     auto                    persistent  transition
26
 
/var/lib/apparmor                       auto                    persistent  transition
 
26
/var/cache/apparmor                     auto                    persistent  transition  none
 
27
/var/lib/apparmor                       auto                    persistent  transition  none
27
28
# for a writable dconf db used by customization
28
 
/custom/etc/dconf                       auto                    persistent  none
 
29
/custom/etc/dconf                       auto                    persistent  none        none