mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
fix prologue.inc previous patch was broken in porting so that profiles could not be generated
This commit is contained in:
parent
5b0e1a3dd5
commit
5c2fe819d8
1 changed files with 1 additions and 3 deletions
|
@ -291,9 +291,7 @@ emit_profile()
|
|||
|
||||
mkflags="${wflag} ${escapeflag}"
|
||||
|
||||
name=$1; perm $2; shift 2
|
||||
|
||||
shift
|
||||
name=$1; perm=$2; shift 2
|
||||
|
||||
if [ $subprofile -eq 1 ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue