2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 13:28:19 +00:00

Also fix up function prototype (hunk ended up in the wrong patch).

This commit is contained in:
Andreas Gruenbacher 2007-02-10 03:05:05 +00:00
parent 5673ac6b2d
commit 2efd8f441f

View File

@ -210,3 +210,16 @@ Index: b/security/apparmor/main.c
goto out;
sa.type = AA_AUDITTYPE_FILE;
Index: b/security/apparmor/apparmor.h
===================================================================
--- a/security/apparmor/apparmor.h
+++ b/security/apparmor/apparmor.h
@@ -209,7 +209,7 @@ extern int aa_perm_xattr(struct aa_profi
const char *xattr_xattr, int mask);
extern int aa_capability(struct aa_profile *active, int cap);
extern int aa_perm(struct aa_profile *active, struct dentry *dentry,
- struct vfsmount *mnt, int mask);
+ struct vfsmount *mnt, int mask, int leaf);
extern int aa_perm_dir(struct aa_profile *active, struct dentry *dentry,
struct vfsmount *mnt, const char *operation, int mask);
extern int aa_link(struct aa_profile *active,