Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
export cap_file_mmap() for aufs
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Duklas <[email protected]>
  • Loading branch information
Dominic Duklas authored and hyperb1iss committed Jun 21, 2010
1 parent 7f7380c commit d2d7061
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions security/commoncap.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,3 +961,6 @@ int cap_file_mmap(struct file *file, unsigned long reqprot,
}
return ret;
}
EXPORT_SYMBOL(cap_file_mmap);


0 comments on commit d2d7061

Please sign in to comment.