Changes between Version 2 and Version 3 of PuppetTweaks


Ignore:
Timestamp:
Mar 14, 2011 4:45:35 PM (13 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PuppetTweaks

    v2 v3  
    3434allow httpd_t port_t:udp_socket name_bind;
    3535}}}
     36
     37Install selinux-policy to get /usr/share/selinux/devel directory, make a file in that directory called httpd-puppet.te
     38
     39Then make the module
     40{{{
     41[root@server devel]# make httpd-puppet.pp
     42Compiling targeted httpd-puppet module
     43/usr/bin/checkmodule:  loading policy configuration from tmp/httpd-puppet.tmp
     44/usr/bin/checkmodule:  policy configuration loaded
     45/usr/bin/checkmodule:  writing binary representation (version 10) to tmp/httpd-puppet.mod
     46Creating targeted httpd-puppet.pp policy package
     47rm tmp/httpd-puppet.mod tmp/httpd-puppet.mod.fc
     48[root@server devel]#
     49}}}