sous-chefs / selinux

Development repository for the selinux cookbook
https://supermarket.chef.io/cookbooks/selinux
Apache License 2.0
58 stars 70 forks source link

Support Ubuntu OS for this cookbook #22

Closed dennyzhang closed 7 years ago

dennyzhang commented 9 years ago

selinux cookbook only support CentOS, but not Ubuntu OS.

Could we support Ubuntu OS as well?

skottler commented 9 years ago

Yep, I'd be happy to get this cookbook working on Ubuntu. Are you interested in contributing the support?

dennyzhang commented 9 years ago

@skottler

OK, I will try to get some time to send you a pull request.

iennae commented 7 years ago

The basic pinnings for Ubuntu working in this cookbook based on the required packages have been added to the selinux_install resource. The selinux_state resource has been updated so that it doesn't fail due to selinux being disabled by default on Ubuntu/Debian. We welcome any updated pull requests you might have to improve this cookbook for the Ubuntu platform.