Skip to content

Commit

Permalink
Added missing textdomain (bsc#1211980)
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Jun 5, 2023
1 parent 72e3ce3 commit 90aa695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/apparmor/profiles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Profiles

attr_reader :prof
def initialize
textdomain "apparmor"
@prof = {}
status_output = command_output("/usr/sbin/aa-status", "--pretty-json")
log.info("aa-status output:\n#{status_output}\n")
Expand Down

0 comments on commit 90aa695

Please sign in to comment.