Skip to content

Commit

Permalink
Update semanage.rb
Browse files Browse the repository at this point in the history
Update legacy fact
  • Loading branch information
voreilly authored Oct 10, 2024
1 parent 6f452b1 commit 2be6279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/selinux_login/semanage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

defaultfor kernel: 'Linux'
# semanage fails when SELinux is disabled, so let's not pretend to work in that situation.
confine selinux: true
confine 'os.selinux.enabled': true

# Determine the appropriate python command
def self.python_command
Expand Down

0 comments on commit 2be6279

Please # to comment.