2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-02 07:15:18 +00:00

Library function to find the apparmorfs filesystem mount point

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen
2011-08-09 06:48:17 -07:00
parent 8347fb69c2
commit aae597bfde
5 changed files with 54 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
__BEGIN_DECLS
/* Prototypes for apparmor state queries */
extern int aa_find_mountpoint(char **mnt);
/* Prototypes for self directed domain transitions
* see <http://apparmor.net>
* Please see the change_hat(2) manpage for information.