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

sbp_emet (3) Versions 0.1.0

Installs/Configures sbp_emet

Policyfile
Berkshelf
Knife
cookbook 'sbp_emet', '= 0.1.0', :supermarket
cookbook 'sbp_emet', '= 0.1.0'
knife supermarket install sbp_emet
knife supermarket download sbp_emet
README
Dependencies
Changelog
Quality 100%

sbp_emet Cookbook

This cookbook will install EMET 5.1 and manage the configuration.

Requirements

Windows cookbook

Attributes

To define applications defaults and enable/disable true/false
default['emet']['mitigation']['DEP'] = 'true'

To define process configuration and (optional) include/exclude mitigations
default['emet']['process']['acrobatreader']['path'] = '\Adobe\Reader\Reader\AcroRd32.exe'
default['emet']['process']['acrobatreader']['mitigations'] = {
'EAF' => 'False'
}

Usage

sbp_emet::install
will download EMET 5.1 from Microsoft download and install EMET.

sbp_emet::configure
will setup global system settings and define process

We set the global mitigation for DEP, SEHOP, ASLR to failsafe Opt-In, that way no processes will be under EMET protection unless specific added in the attributes.

License and Authors

Authors: Matthijs Wijers and Sander van Harmelen

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Dependent cookbooks

windows >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

sbp_emet CHANGELOG

This file is used to list changes made in each version of the sbp_emet cookbook.

0.1.0

  • Matthijs Wijers - Initial release of sbp_emet

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Foodcritic Metric
            

0.1.0 passed this metric