21 lines
946 B
Text
21 lines
946 B
Text
# Copyright (C) 2017 Colin Walters <walters@verbum.org>
|
|
#
|
|
# This library is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
# License as published by the Free Software Foundation; either
|
|
# version 2 of the License, or (at your option) any later version.
|
|
#
|
|
# This library is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
# Lesser General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
# License along with this library. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
# ostree runtime configuration
|
|
d /run/ostree 0755 root root -
|
|
# https://github.com/ostreedev/ostree/issues/393
|
|
# Note this can eventually be removed now that we
|
|
# write to the deployment backing dir.
|
|
R! /var/tmp/ostree-unlock-ovl.*
|