|
From: Harald H. <ha...@re...> - 2016-11-30 14:35:21
|
On 30.11.2016 15:05, Stefan Berger wrote: > From: Stefan Berger <st...@us...> > > To sync with systemd, use the filepath /etc/ima/ima-policy as > the file location for the IMA policy. > > Signed-off-by: Stefan Berger <st...@li...> > --- > modules.d/98integrity/ima-policy-load.sh | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/modules.d/98integrity/ima-policy-load.sh b/modules.d/98integrity/ima-policy-load.sh > index 85cd3b9..35cfbcc 100755 > --- a/modules.d/98integrity/ima-policy-load.sh > +++ b/modules.d/98integrity/ima-policy-load.sh > @@ -5,10 +5,15 @@ > # Copyright (C) 2011 Politecnico di Torino, Italy > # TORSEC group -- http://security.polito.it > # Roberto Sassu <rob...@po...> > +# > +# Copyright (C) 2016 IBM Corporation > +# > +# Stefan Berger <st...@li...> > +# > > IMASECDIR="${SECURITYFSDIR}/ima" > IMACONFIG="${NEWROOT}/etc/sysconfig/ima" > -IMAPOLICY="/etc/sysconfig/ima-policy" > +IMAPOLICY="/etc/ima/ima-policy" > > load_ima_policy() > { > you might want to change $IMACONFIG also then? |