Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

tomoyo (6) Versions 0.1.0

Installs and configures TOMOYO Linux

Policyfile
Berkshelf
Knife
cookbook 'tomoyo', '= 0.1.0', :supermarket
cookbook 'tomoyo', '= 0.1.0'
knife supermarket install tomoyo
knife supermarket download tomoyo
README
Dependencies
Quality -%

tomoyo-chef

Cookbook to install and configure TOMOYO Linux (version 2.5.0).

The cookbook does not reinstall the kernel, so the Linux kernel should already support TOMOYO Linux for it to work. The cookbook does the following.

  • Install dependencies
  • Install TOMOYO user tools
  • Initialize TOMOYO Linux
  • Setup GRUB to start kernel with security=tomoyo

Cookbook usage

Just include tomoyo::default to your recipe.

Vagrant usage

Dependencies

Automatic install

Just run

curl https://raw.github.com/tuvistavie/tomoyo-chef/master/install.sh | sh

and when everything is done cd in the directory, restart the VM and you are done.

cd tomoyo-chef
vagrant reload

Manual install

Install berkshelf and vagrant plugins:

gem install berkshelf
vagrant plugin install vagrant-omnibus
vagrant plugin install vagrant-bindfs
vagrant plugin install vagrant-berkshelf

Clone the repository and launch the box. This can take a while the first time.

git clone https://github.com/tuvistavie/tomoyo-chef.git
cd tomoyo-chef
vagrant up

Then, reload the VM in order to have the Linux kernel loaded with proper options.

vagrant reload

Dependent cookbooks

apt >= 0.0.0
yum >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found