Commits on Sep 19, 2015

  1. Configuration menu
    Copy the full SHA
    6b185ee View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. add more lint checks

    jlambert121 committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    58a0273 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Merge pull request #86 from jlambert121/linting

    add more lint checks
    jfryman committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    cfeb9b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from Gilum/master

    Add support for Factor 1.6
    jfryman committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    a1b6df4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Switch to devel package for makefile on RHEL7

    Switching to policycoreutils-devel for Redhat/CentOS 7 to provide /usr/share/selinux/devel/Makefile
    
    policycoreutils-python is a dependency, and will be included as well when policycoreutils-devel is installed.
    
    Same effect as using selinux-policy-devel which is the package that actually contains the makefile, but used this to stay consistent.
    
    If still receiving errors after updating module have to delete the .te file that gets copied to /usr/share/selinux folder to get the build process to run again (set to refresh only).
    ncsutmf committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    140bbce View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Configuration menu
    Copy the full SHA
    2697c24 View commit details
    Browse the repository at this point in the history
  2. Fix error where module is reinstalled on every run

    The fix changes the module name that is provided for selmodule from
    ${prefix}${name} to $name. The module shouldn't reload selinux module
    anymore on every run as now selinux module name matches with the name
    provided.
    toddnni committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    058a2be View commit details
    Browse the repository at this point in the history
  3. Add pp to module path

    toddnni committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    1ef4d9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c9979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    479ad7e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. Updated to devel package for Fedora 21+

    Fedora 21 and later also needs the devel package for the Makefile.
    Also added in support for Fedora 22, 23, and 24 in the params, test,
    and metadata file.
    ncsutmf committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    6abdcdf View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    d6e0875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e7fef0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from lightoze/master

    Allow specifying selinux module content
    jfryman committed May 3, 2016
    Configuration menu
    Copy the full SHA
    aee8a3b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Merge pull request #89 from ncsutmf/master

    Switch to devel package for makefile on RHEL7 and Fedora 21+
    jfryman committed May 4, 2016
    Configuration menu
    Copy the full SHA
    940eb46 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Configuration menu
    Copy the full SHA
    9f070f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Merge pull request #98 from crayfishx/feature/restorecon

    Added support for running restorecon after modifying file contexts
    jfryman committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    c40de8a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Configuration menu
    Copy the full SHA
    8c19359 View commit details
    Browse the repository at this point in the history
  2. Fix: change the regex a bit to accept exact paths. ie dont match

    '/data/mysqldump' when '/data/mysql' is wanted.
    Heidistein committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    5a8e662 View commit details
    Browse the repository at this point in the history
  3. Repair travis build

    Heidistein committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    55ee964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b2332 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63b9b40 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #92 from toddnni/fix_module_installation_2

    Fix module installation
    jfryman committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    f25286d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #99 from Heidistein/master

    Add recursion support for restorecon.
    jfryman committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    f5f235f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44881a4 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/jfryman/puppet-selinux in…

    …to toddnni-ensure_policycoreutils
    jfryman committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    12cb847 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #100 from jfryman/toddnni-ensure_policycoreutils

    Use ensure_packages to install policycoreutils
    jfryman committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    22f437e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd139e4 View commit details
    Browse the repository at this point in the history
  12. bump to 0.4.0

    jfryman committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    7e92817 View commit details
    Browse the repository at this point in the history