[rsbac] kernel 4.4 (from rsbac git) MPROTECT one

Amon Ott ao at rsbac.org
Fri Sep 9 11:04:02 CEST 2016


Am 08.09.2016 um 20:01 schrieb Javier Juan Martínez Cabezón:
> Does not compile on arm (probably happens too in other archs) if
> CONFIG_RSBAC_DAZ_PERSIST is activated
> 
> The following error that I translate now is that tid_p is not declared
> here (first use in this function)
> 
> 
> rsbac/data_structures/aci_data_structures.c: En la función
> 'rsbac_ta_remove_target':
> rsbac/data_structures/aci_data_structures.c:13231:11: error: 'tid_p' no
> se declaró aquí (primer uso en esta función)
>           &tid_p->file.inode);
>            ^
> rsbac/data_structures/aci_data_structures.c:13231:11: nota: cada
> identificador sin declarar se reporta sólo una vez para cada función en
> el que aparece
> scripts/Makefile.build:258: recipe for target
> 'rsbac/data_structures/aci_data_structures.o' failed
> make[2]: *** [rsbac/data_structures/aci_data_structures.o] Error 1

tid_p is wrong, fix pushed to 4.1 and 4.4 repos.

-                                    &tid_p->file.inode);
+                                    &tid.file.inode);


Amon.
-- 
http://www.rsbac.org - GnuPG: 2048g/5DEAAA30 2002-10-22


More information about the rsbac mailing list