Skip to content

Commit

Permalink
Remove restorecond management support
Browse files Browse the repository at this point in the history
I don't think this is even used on modern systems, and the value of the
manifest is dubious. Does the default config even make sense?
  • Loading branch information
oranenj committed Mar 29, 2017
1 parent 0352f4f commit 01a0649
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 168 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -52,6 +52,7 @@ running system.

You will need to update your manifests to use the new parameter names.

* The selinux::restorecond manifest to manage the restorecond service no longer exists

## Known problems / limitations

Expand Down
5 changes: 0 additions & 5 deletions examples/restorecond.pp

This file was deleted.

9 changes: 0 additions & 9 deletions files/restorecond.conf

This file was deleted.

5 changes: 0 additions & 5 deletions manifests/params.pp
Expand Up @@ -74,9 +74,4 @@
fail("${::osfamily} is not supported")
}
}

$restorecond_config_file = '/etc/selinux/restorecond.conf'
$restorecond_config_file_mode = '0644'
$restorecond_config_file_owner = 'root'
$restorecond_config_file_group = 'root'
}
21 changes: 0 additions & 21 deletions manifests/restorecond.pp

This file was deleted.

21 changes: 0 additions & 21 deletions manifests/restorecond/config.pp

This file was deleted.

22 changes: 0 additions & 22 deletions manifests/restorecond/fragment.pp

This file was deleted.

13 changes: 0 additions & 13 deletions manifests/restorecond/service.pp

This file was deleted.

14 changes: 0 additions & 14 deletions spec/classes/selinux_restorecond_config_spec.rb

This file was deleted.

12 changes: 0 additions & 12 deletions spec/classes/selinux_restorecond_service_spec.rb

This file was deleted.

15 changes: 0 additions & 15 deletions spec/classes/selinux_restorecond_spec.rb

This file was deleted.

31 changes: 0 additions & 31 deletions spec/defines/selinux_restorecond_fragment_spec.rb

This file was deleted.

0 comments on commit 01a0649

Please sign in to comment.