forked from srbala/fedora-kickstarts
Security: Final fixes for F15
This commit is contained in:
parent
bc9564a6d3
commit
ff93306010
@ -22,39 +22,61 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
#GUI Stuff
|
### LXDE desktop
|
||||||
@lxde-desktop
|
@lxde-desktop
|
||||||
lxlauncher
|
lxlauncher
|
||||||
obconf
|
obconf
|
||||||
lxdm
|
lxdm
|
||||||
xarchiver
|
|
||||||
gnome-bluetooth
|
|
||||||
alsa-plugins-pulseaudio
|
|
||||||
system-config-printer
|
|
||||||
#gmixer
|
|
||||||
pavucontrol
|
|
||||||
lxmusic
|
|
||||||
asunder
|
|
||||||
hal-storage-addon
|
|
||||||
xcompmgr
|
|
||||||
xdg-user-dirs-gtk
|
|
||||||
perl-File-MimeInfo
|
|
||||||
gnome-keyring-pam
|
|
||||||
gnome-packagekit*
|
|
||||||
-kpackagekit
|
|
||||||
-polkit-gnome
|
|
||||||
-polkit-kde
|
|
||||||
notification-daemon
|
|
||||||
-xfce4-notifyd
|
|
||||||
metacity
|
|
||||||
gigolo
|
|
||||||
|
|
||||||
|
### internet
|
||||||
# internet
|
|
||||||
firefox
|
firefox
|
||||||
|
icedtea-web
|
||||||
midori
|
midori
|
||||||
claws-mail
|
claws-mail
|
||||||
|
|
||||||
|
### audio & video
|
||||||
|
alsa-plugins-pulseaudio
|
||||||
|
asunder
|
||||||
|
lxmusic
|
||||||
|
pavucontrol
|
||||||
|
|
||||||
|
### system
|
||||||
|
gigolo
|
||||||
|
|
||||||
|
### more desktop stuff
|
||||||
|
fedora-icon-theme
|
||||||
|
adwaita-cursor-theme
|
||||||
|
adwaita-gtk2-theme
|
||||||
|
adwaita-gtk3-theme
|
||||||
|
|
||||||
|
# pam-fprint causes a segfault in LXDM when enabled
|
||||||
|
-fprintd-pam
|
||||||
|
|
||||||
|
# needed for automatic unlocking of keyring (#643435)
|
||||||
|
gnome-keyring-pam
|
||||||
|
|
||||||
|
gnome-bluetooth
|
||||||
|
hal-storage-addon
|
||||||
|
|
||||||
|
# needed for xdg-open to support LXDE
|
||||||
|
perl-File-MimeInfo
|
||||||
|
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
|
||||||
|
gnome-packagekit*
|
||||||
|
-kpackagekit
|
||||||
|
|
||||||
|
# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin.
|
||||||
|
-polkit-gnome
|
||||||
|
-polkit-kde
|
||||||
|
|
||||||
|
# make sure xfce4-notifyd is not pulled in
|
||||||
|
notification-daemon
|
||||||
|
-xfce4-notifyd
|
||||||
|
|
||||||
|
# make sure xfwm4 is not pulled in for firstboot
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=643416
|
||||||
|
metacity
|
||||||
|
|
||||||
# Command line
|
# Command line
|
||||||
cnetworkmanager
|
cnetworkmanager
|
||||||
@ -83,10 +105,14 @@ yum-presto
|
|||||||
-sendmail
|
-sendmail
|
||||||
ssmtp
|
ssmtp
|
||||||
-acpid
|
-acpid
|
||||||
|
|
||||||
|
# drop some system-config things
|
||||||
-system-config-boot
|
-system-config-boot
|
||||||
|
#-system-config-language
|
||||||
-system-config-lvm
|
-system-config-lvm
|
||||||
-system-config-network
|
-system-config-network
|
||||||
-system-config-rootpassword
|
-system-config-rootpassword
|
||||||
|
#-system-config-services
|
||||||
-policycoreutils-gui
|
-policycoreutils-gui
|
||||||
|
|
||||||
# Useful tools
|
# Useful tools
|
||||||
@ -311,7 +337,7 @@ cat >> /etc/rc.d/init.d/livesys << EOF
|
|||||||
cat > /etc/xdg/lxsession/LXDE/autostart << FOE
|
cat > /etc/xdg/lxsession/LXDE/autostart << FOE
|
||||||
/usr/libexec/gam_server
|
/usr/libexec/gam_server
|
||||||
@lxpanel --profile LXDE
|
@lxpanel --profile LXDE
|
||||||
@pcmanfm --desktop --profile lxde
|
@pcmanfm --desktop --profile LXDE
|
||||||
@pulseaudio -D
|
@pulseaudio -D
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user