Skip to content

aa-genprof: reduce and improve subprocess calls

Christian Boltz requested to merge cboltz/apparmor:cboltz-genprof into master

Get rid of subprocess with shell=True

Simplify logmark used in syslog.

Instead of using date | md5sum and parsing the output to get the actual md5sum (without the stdin filename), use the current unixtime with a logmark- prefix.

Merge request reports