gyroidos / meta-trustx

This repository contains Yocto recipes to build GyroidOS
GNU General Public License v2.0
2 stars 18 forks source link

V0.9 recipes-kernel/linux/linux-vanilla/5.4: fixed dm-audit backport #175

Closed quitschbo closed 1 year ago

quitschbo commented 1 year ago

The backport of the mainline dm-audit patches was wrong. Because of a misuse of MAJOR() on a variable which already contains the major, the major of the device in the audit event message was '0'. This is fixed now.

Signed-off-by: Michael Weiß michael.weiss@aisec.fraunhofer.de (cherry picked from commit 5aca57b8c0feb93838f8b2f8a228d55ed3e0a076)