mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
fix prologue.inc previous patch was broken in porting so that profiles could not be generated
This commit is contained in:
@@ -291,9 +291,7 @@ emit_profile()
|
|||||||
|
|
||||||
mkflags="${wflag} ${escapeflag}"
|
mkflags="${wflag} ${escapeflag}"
|
||||||
|
|
||||||
name=$1; perm $2; shift 2
|
name=$1; perm=$2; shift 2
|
||||||
|
|
||||||
shift
|
|
||||||
|
|
||||||
if [ $subprofile -eq 1 ]
|
if [ $subprofile -eq 1 ]
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user