SHA256
1
0
forked from pool/permissions

Accepting request 734796 from home:scarabeus_iv:branches:Base:System

- Add || exit 0 on the scriptlet as it can actually fail in
  rootless containers with podman. This makes sure the zypper
  does not abort the container creation.
  * the actual error looks like:
    /dev/zero: chown: Operation not permitted

OBS-URL: https://build.opensuse.org/request/show/734796
OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=236
This commit is contained in:
Marcus Meissner 2019-10-03 13:03:49 +00:00 committed by Git OBS Bridge
parent 13d46ae0a1
commit 4e0657a187
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Oct 3 12:38:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add || exit 0 on the scriptlet as it can actually fail in
rootless containers with podman. This makes sure the zypper
does not abort the container creation.
* the actual error looks like:
/dev/zero: chown: Operation not permitted
-------------------------------------------------------------------
Fri Sep 13 11:19:42 UTC 2019 - jsegitz@suse.de

View File

@ -88,7 +88,7 @@ The actual permissions configuration files, /etc/permission.*.
%post config
%{fillup_only -n security}
# apply all potentially changed permissions
%{_bindir}/chkstat --system
%{_bindir}/chkstat --system || exit 0
%package -n chkstat
Summary: SUSE Linux Default Permissions tool