2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

Add option to force that read implies exec from user side.

This commit is contained in:
John Johansen
2009-06-10 15:37:27 +00:00
parent b240be37cc
commit 5998357682
3 changed files with 18 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ struct var_string {
#define FLAG_CHANGEHAT_1_4 2
#define FLAG_CHANGEHAT_1_5 3
extern int flag_changehat_version;
extern int read_implies_exec;
#ifdef DEBUG
#define PDEBUG(fmt, args...) printf("parser: " fmt, ## args)