Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292289
b: refs/heads/master
c: cdbd288
h: refs/heads/master
i:
  292287: a9cc0ae
v: v3
  • Loading branch information
John Johansen committed Feb 27, 2012
1 parent 3fab948 commit 0b656d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d384b0a1a35f87f0ad70c29518f98f922b1c15cb
refs/heads/master: cdbd2884df8ad026143bb482a96d38e616947b17
2 changes: 2 additions & 0 deletions trunk/security/apparmor/policy_unpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ static struct aa_profile *unpack_profile(struct aa_ext *e)
goto fail;
if (!unpack_u32(e, &(profile->caps.extended.cap[1]), NULL))
goto fail;
if (!unpack_nameX(e, AA_STRUCTEND, NULL))
goto fail;
}

if (!unpack_rlimits(e, profile))
Expand Down

0 comments on commit 0b656d6

Please sign in to comment.