mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
allow specifying link permissions as a pair
This commit is contained in:
@@ -91,6 +91,8 @@ static int process_file_entries(struct codomain *cod)
|
||||
}
|
||||
cur->mode |= next->mode;
|
||||
free(next->name);
|
||||
if (next->link_name)
|
||||
free(next->link_name);
|
||||
free(next);
|
||||
table[n] = NULL;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user