mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 00:35:13 +00:00
parser: make alias_ignore a bool
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -141,7 +141,7 @@ static void process_entries(const void *nodep, VISIT value, int level unused)
|
||||
dup->link_name = n;
|
||||
}
|
||||
if (dup) {
|
||||
dup->alias_ignore = 1;
|
||||
dup->alias_ignore = true;
|
||||
/* adds to the front of the list, list iteratition
|
||||
* will skip it
|
||||
*/
|
||||
|
Reference in New Issue
Block a user