mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Move feature handling code into its own file
Signed-off-by: John Johansen <john.johansen@canonical.com> [tyhicks: Forward ported patch to trunk] [tyhicks: Don't move set_supported_features()] [tyhicks: Don't move set_features_by_match_file()] Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
committed by
Tyler Hicks
parent
c85bca38f5
commit
4959e2e2a8
@@ -42,6 +42,8 @@ using namespace std;
|
||||
class Profile;
|
||||
class rule_t;
|
||||
|
||||
#define MODULE_NAME "apparmor"
|
||||
|
||||
/* Global variable to pass token to lexer. Will be replaced by parameter
|
||||
* when lexer and parser are made reentrant
|
||||
*/
|
||||
|
Reference in New Issue
Block a user