mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Remove private _aa_is_blacklisted from SWIG bindings
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
2bd1884654
commit
bdc8889cc0
1 changed files with 0 additions and 4 deletions
|
@ -70,10 +70,6 @@ warnings.warn("free_record is now a no-op as the record's memory is handled auto
|
|||
|
||||
extern char *aa_splitcon(char *con, char **mode);
|
||||
|
||||
/* apparmor_private.h */
|
||||
|
||||
extern int _aa_is_blacklisted(const char *name);
|
||||
|
||||
#ifdef SWIGPYTHON
|
||||
%exception {
|
||||
$action
|
||||
|
|
Loading…
Add table
Reference in a new issue