2
0
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:
John Johansen
2007-11-16 09:37:31 +00:00
parent 398102afa8
commit 4ce25448af
6 changed files with 65 additions and 12 deletions

View File

@@ -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 {