Displaying 7 results from an estimated 7 matches for "selinuxvariant".
2017 Mar 13
2
How do I confirm importing repo key without user intervention?
...le});
actual_selinux_variants="$actual_selinux_variants $(basename
${selinux_policy_dir})";
done;
actual_selinux_variants=$(echo ${actual_selinux_variants});
if [ -z "${actual_selinux_variants}" ]; then
actual_selinux_variants=targeted;
fi
for selinuxvariant in ${actual_selinux_variants}; do
if [ -e /usr/share/selinux/${selinuxvariant}/passenger.pp ]; then
echo "Installing Passenger SELinux policy for the
$selinuxvariant variant"
/usr/sbin/semodule -s ${selinuxvariant} -i \
/usr/share/selinux/${...
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
> what about importing the key beforehand
> rpm --import keyfile
That's what I do. But when I try to install a package from that
(passenger) repository manually, yum wants my confirmation:
# curl --fail -sSLo /etc/yum.repos.d/passenger.repo
https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
# grep gpgkey /etc/yum.repos.d/passenger.repo
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
...lectd
-%preun stateless
-if [ "$1" = 0 ] ; then
- /sbin/chkconfig --del ovirt-early
- /sbin/chkconfig --del ovirt-firstboot
- /sbin/chkconfig --del ovirt
- /sbin/chkconfig --del ovirt-post
-fi
-
-%post stateful
-/sbin/chkconfig --add collectd
-
-%preun stateful
-
-%post selinux
for selinuxvariant in %{selinux_variants}; do
/usr/sbin/semodule -s ${selinuxvariant} -i \
%{_datadir}/selinux/${selinuxvariant}/%{modulename}.pp &> /dev/null || :
done
-%postun selinux
-if [ $1 -eq 0 ] ; then
- for selinuxvariant in %{selinux_variants}; do
- /usr/sbin/semodule -s ${selinuxvaria...
2009 Aug 12
0
[PATCH node] drop collectd startup reordering hack
...e to re-define collectd here
-/sbin/chkconfig --add collectd
%preun stateless
if [ "$1" = 0 ] ; then
@@ -255,11 +251,6 @@ if [ "$1" = 0 ] ; then
/sbin/chkconfig --del ovirt-post
fi
-%post stateful
-/sbin/chkconfig --add collectd
-
-%preun stateful
-
%post selinux
for selinuxvariant in %{selinux_variants}; do
/usr/sbin/semodule -s ${selinuxvariant} -i \
@@ -335,7 +326,6 @@ fi
%{_initrddir}/ovirt-functions
%defattr(-,root,root,0644)
%{_sysconfdir}/collectd.conf.in
-%{_sysconfdir}/chkconfig.d/collectd
%config %attr(0644,root,root) %{_sysconfdir}/ovirt-release
%config %at...
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
This patchset removes ovirt-identify-node and ovirt-listen awake.
It adds startup script support for the matahari qmf agent, which takes
over the responsibility for communicating node hardware capabilities
to the ovirt-server.
On the server side, host-browser has had its node identification
functionality replaced by a new script, host-register, which is what
interfaces with the matahari qmf agent
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
The purpose of this patch is to add support for the matahari qmf agent
package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node.
The following actions are taken:
1. Deprecate ovirt-identify-node and ovirt-listen-awake by removing
them from the autotools scripts, the rpm spec and the node startup scripts.
2. Remove ovirt-listen-awake and ovirt-identify-node completely.
3. Add