Skip to content

Commit e105d80

Browse files
committed
apparmor: advertise disconnected.path is available
While disconnected.path has been available for a while it was never properly advertised as a feature. Fix this so that userspace doesn't need special casing to handle it. Reviewed-by: Georgia Garcia <georgia.garcia@canonical.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
1 parent 98b824f commit e105d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/apparmor/apparmorfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2336,6 +2336,7 @@ static struct aa_sfs_entry aa_sfs_entry_domain[] = {
23362336
AA_SFS_FILE_BOOLEAN("post_nnp_subset", 1),
23372337
AA_SFS_FILE_BOOLEAN("computed_longest_left", 1),
23382338
AA_SFS_DIR("attach_conditions", aa_sfs_entry_attach),
2339+
AA_SFS_FILE_BOOLEAN("disconnected.path", 1),
23392340
AA_SFS_FILE_STRING("version", "1.2"),
23402341
{ }
23412342
};

0 commit comments

Comments
 (0)