2
0
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:
Georgia Garcia
2025-08-18 20:57:14 -03:00
49 changed files with 1949 additions and 113 deletions

View File

@@ -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;
}