Skip to content

Commit

Permalink
Adaptions to AppArmor 3.X: Changes in AppArmor aa-status output. (#51)
Browse files Browse the repository at this point in the history
* Adaptions to AppArmor 3.X: Changes in AppArmor aa-status output.
  • Loading branch information
schubi2 committed Sep 25, 2020
1 parent d9250c5 commit ebc4ae0
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 3,428 deletions.
7 changes: 7 additions & 0 deletions package/yast2-apparmor.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 25 10:02:31 CEST 2020 - schubi@suse.de

- Adaptions to AppArmor 3.X: Changes in AppArmor aa-status output.
(bsc#1174746)
- 4.3.0

-------------------------------------------------------------------
Mon Feb 17 16:01:12 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
5 changes: 4 additions & 1 deletion package/yast2-apparmor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-apparmor
Version: 4.2.4
Version: 4.3.0
Release: 0
Summary: YaST2 - Plugins for AppArmor Profile Management
Url: https://github.com/yast/yast-apparmor
Expand All @@ -31,6 +31,9 @@ BuildRequires: yast2
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)

#for install task
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)

# Yast::Execute.locally!
Requires: yast2 > 3.3.2
Requires: yast2-ruby-bindings >= 1.0.0
Expand Down
2 changes: 0 additions & 2 deletions src/clients/apparmor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def main
Yast.import "Popup"
Yast.import "Sequencer"
Yast.include self, "apparmor/apparmor_packages.rb"
Yast.include self, "apparmor/apparmor_profile_check.rb"
Yast.include self, "apparmor/profile_dialogs.rb"

@ret = nil
# no command line support #269891
Expand Down
165 changes: 0 additions & 165 deletions src/include/apparmor/aa-config.rb

This file was deleted.

83 changes: 0 additions & 83 deletions src/include/apparmor/apparmor_profile_check.rb

This file was deleted.

0 comments on commit ebc4ae0

Please sign in to comment.