recommit for updates in build 14
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
|||||||
<h2> No issue </h2>
|
<h2> No issue </h2>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/9a1901749977a7a">9a1901749977a7a</a> Jenkins ConfDroid <i>2018-04-29 11:45:04</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 13</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/c150bcd51d4b551">c150bcd51d4b551</a> Arne Teuke <i>2018-04-29 11:44:55</i>
|
||||||
|
<p>
|
||||||
|
<h3>adds grep c[Fheck</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6baa1f4db017449">6baa1f4db017449</a> Jenkins ConfDroid <i>2018-04-29 11:34:39</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6baa1f4db017449">6baa1f4db017449</a> Jenkins ConfDroid <i>2018-04-29 11:34:39</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>recommit for updates in build 12</h3>
|
<h3>recommit for updates in build 12</h3>
|
||||||
|
|||||||
@@ -258,7 +258,13 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
149
|
149
|
||||||
150
|
150
|
||||||
151
|
151
|
||||||
152</pre>
|
152
|
||||||
|
153
|
||||||
|
154
|
||||||
|
155
|
||||||
|
156
|
||||||
|
157
|
||||||
|
158</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/selinux/config.pp', line 23</span>
|
<pre class="code"><span class="info file"># File 'manifests/selinux/config.pp', line 23</span>
|
||||||
@@ -284,6 +290,7 @@ class cd_nagios::selinux::config (
|
|||||||
exec { 'create_policy_taccgi':
|
exec { 'create_policy_taccgi':
|
||||||
command => template($ng_taccgi_erb),
|
command => template($ng_taccgi_erb),
|
||||||
path => ['/usr/bin','/usr/sbin'],
|
path => ['/usr/bin','/usr/sbin'],
|
||||||
|
user => $ng_user,
|
||||||
cwd => $ng_user_home,
|
cwd => $ng_user_home,
|
||||||
creates => "${ng_user_home}/my-taccgi.pp",
|
creates => "${ng_user_home}/my-taccgi.pp",
|
||||||
notify => Exec['semodule_taccgi'],
|
notify => Exec['semodule_taccgi'],
|
||||||
@@ -292,6 +299,7 @@ class cd_nagios::selinux::config (
|
|||||||
exec { 'semodule_taccgi':
|
exec { 'semodule_taccgi':
|
||||||
command => "semodule -i ${ng_user_home}/my-taccgi.pp",
|
command => "semodule -i ${ng_user_home}/my-taccgi.pp",
|
||||||
path => ['/usr/bin','/usr/sbin'],
|
path => ['/usr/bin','/usr/sbin'],
|
||||||
|
user => $ng_user,
|
||||||
cwd => $ng_user_home,
|
cwd => $ng_user_home,
|
||||||
require => Exec['create_policy_taccgi'],
|
require => Exec['create_policy_taccgi'],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
@@ -359,6 +367,7 @@ class cd_nagios::selinux::config (
|
|||||||
exec { 'create_policy_statusdat':
|
exec { 'create_policy_statusdat':
|
||||||
command => template($ng_statdat_erb),
|
command => template($ng_statdat_erb),
|
||||||
path => ['/usr/bin','/usr/sbin'],
|
path => ['/usr/bin','/usr/sbin'],
|
||||||
|
user => $ng_user,
|
||||||
cwd => $ng_user_home,
|
cwd => $ng_user_home,
|
||||||
creates => "${ng_user_home}/my-http.pp",
|
creates => "${ng_user_home}/my-http.pp",
|
||||||
notify => Exec['semodule_statusdat'],
|
notify => Exec['semodule_statusdat'],
|
||||||
@@ -367,6 +376,7 @@ class cd_nagios::selinux::config (
|
|||||||
exec { 'semodule_statusdat':
|
exec { 'semodule_statusdat':
|
||||||
command => "semodule -i ${ng_user_home}/my-httpd.pp",
|
command => "semodule -i ${ng_user_home}/my-httpd.pp",
|
||||||
path => ['/usr/bin','/usr/sbin'],
|
path => ['/usr/bin','/usr/sbin'],
|
||||||
|
user => $ng_user,
|
||||||
cwd => $ng_user_home,
|
cwd => $ng_user_home,
|
||||||
require => Exec['create_policy_statusdat'],
|
require => Exec['create_policy_statusdat'],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
@@ -378,6 +388,7 @@ class cd_nagios::selinux::config (
|
|||||||
exec { 'create_policy_grep':
|
exec { 'create_policy_grep':
|
||||||
command => template($ng_grep_erb),
|
command => template($ng_grep_erb),
|
||||||
path => ['/usr/bin','/usr/sbin'],
|
path => ['/usr/bin','/usr/sbin'],
|
||||||
|
user => $ng_user,
|
||||||
cwd => $ng_user_home,
|
cwd => $ng_user_home,
|
||||||
creates => "${ng_user_home}/my-grep.pp",
|
creates => "${ng_user_home}/my-grep.pp",
|
||||||
notify => Exec['semodule_statusdat'],
|
notify => Exec['semodule_statusdat'],
|
||||||
@@ -386,6 +397,7 @@ class cd_nagios::selinux::config (
|
|||||||
exec { 'semodule_grep':
|
exec { 'semodule_grep':
|
||||||
command => "semodule -i ${ng_user_home}/my-grep.pp",
|
command => "semodule -i ${ng_user_home}/my-grep.pp",
|
||||||
path => ['/usr/bin','/usr/sbin'],
|
path => ['/usr/bin','/usr/sbin'],
|
||||||
|
user => $ng_user,
|
||||||
cwd => $ng_user_home,
|
cwd => $ng_user_home,
|
||||||
require => Exec['create_policy_grep'],
|
require => Exec['create_policy_grep'],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user