mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Add support for network toggles, append, and locking to the YaST2
EditProfile wizard.
This commit is contained in:
@@ -4464,7 +4464,8 @@ sub writenetdomain ($) {
|
||||
my @data;
|
||||
# dump out the netdomain entries...
|
||||
if (exists $profile_data->{netdomain}) {
|
||||
if ( $profile_data->{netdomain} == 1 ) {
|
||||
if ( $profile_data->{netdomain} == 1 ||
|
||||
$profile_data->{netdomain} eq "all") {
|
||||
push @data, " network,";
|
||||
} else {
|
||||
for my $fam (sort keys %{$profile_data->{netdomain}}) {
|
||||
|
Reference in New Issue
Block a user