
Classic confinement drops apparmor/seccomp sandboxing and enables dropping privileges to a regular user when running services. We will continue to store all of the snap's files in $SNAP* directories and $SNAP_COMMON is used as the root directory where setup dirs, templates, and copyfiles are installed. Change-Id: I3d8d2160a2fd6fadae65491fcd4e479b7a6d66b6
8 lines
168 B
Django/Jinja
8 lines
168 B
Django/Jinja
[DEFAULT]
|
|
# Set state path to writable directory
|
|
state_path = {{ snap_common }}/lib
|
|
|
|
[oslo_concurrency]
|
|
# Oslo Concurrency lock path
|
|
lock_path = {{ snap_common }}/lock
|