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:
parent
13d46ae0a1
commit
4e0657a187
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user