mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 08:45:22 +00:00
Merge add improved comparisons in policy conditionals
MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1723 Merged-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
@@ -66,8 +66,6 @@ char *variable::process_var(const char *var)
|
||||
orig++;
|
||||
len--;
|
||||
} else {
|
||||
PERROR("ASSERT: Found var '%s' without variable prefix\n",
|
||||
var);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user