Accepting request 1073043 from home:aplanas:branches:Base:System
- Enable that systemd can load the IMA policy from /etc/ima/ima-policy. This is used to complement dracut-ima when using SELinux, as the SELinux policy should not be loaded in the initrd (https://github.com/openSUSE/microos-tools/pull/14) OBS-URL: https://build.opensuse.org/request/show/1073043 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1360
This commit is contained in:
parent
a84752c1af
commit
41d9804ed9
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 20 07:48:49 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||||
|
|
||||||
|
- Enable that systemd can load the IMA policy from
|
||||||
|
/etc/ima/ima-policy. This is used to complement dracut-ima when
|
||||||
|
using SELinux, as the SELinux policy should not be loaded in the
|
||||||
|
initrd (https://github.com/openSUSE/microos-tools/pull/14)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 16 07:33:21 UTC 2023 - Franck Bui <fbui@suse.com>
|
Thu Mar 16 07:33:21 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -684,7 +684,6 @@ export CFLAGS="%{optflags} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"
|
|||||||
\
|
\
|
||||||
-Dbump-proc-sys-fs-nr-open=false \
|
-Dbump-proc-sys-fs-nr-open=false \
|
||||||
-Dgshadow=false \
|
-Dgshadow=false \
|
||||||
-Dima=false \
|
|
||||||
-Dldconfig=false \
|
-Dldconfig=false \
|
||||||
-Dsmack=false \
|
-Dsmack=false \
|
||||||
\
|
\
|
||||||
@ -695,6 +694,7 @@ export CFLAGS="%{optflags} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"
|
|||||||
-Defi=%{when_not bootstrap} \
|
-Defi=%{when_not bootstrap} \
|
||||||
-Delfutils=%{when_not bootstrap} \
|
-Delfutils=%{when_not bootstrap} \
|
||||||
-Dhtml=%{when_not bootstrap} \
|
-Dhtml=%{when_not bootstrap} \
|
||||||
|
-Dima=%{when_not bootstrap} \
|
||||||
-Dlibcryptsetup-plugins=%{when_not bootstrap} \
|
-Dlibcryptsetup-plugins=%{when_not bootstrap} \
|
||||||
-Dman=%{when_not bootstrap} \
|
-Dman=%{when_not bootstrap} \
|
||||||
-Dnss-myhostname=%{when_not bootstrap} \
|
-Dnss-myhostname=%{when_not bootstrap} \
|
||||||
|
Loading…
Reference in New Issue
Block a user