Error such as:
audit(1269456413.197:0): avc: denied { create } for pid=1850 exe=/sbin/syslogd scontext=user_u:system_r:syslogd_t tcontext=user_u:system_r:syslogd_t tclass=netlink_route_socket
audit(1269456413.197:0): avc: denied { create } for pid=1850 exe=/sbin/syslogd scontext=user_u:system_r:syslogd_t tcontext=user_u:system_r:syslogd_t tclass=netlink_route_socket
audit(1269458951.691:0): avc: granted { setenforce } for pid=3659 exe=/bin/bash scontext=root:system_r:unconfined_t tcontext=system_u:object_r:security_t tclass=security
which are:
audit ( ): avc: denied
is cause by selinux policy..
SELINUX= can take one of these three values:
enforcing - SELinux security policy is enforced.
permissive - SELinux prints warnings instead of enforcing.
disabled - SELinux is fully disabled.
Permanent disable selinux:
vi /etc/selinux/config
edit at the SELINUX value:
SELINUX=disabled
The value of the SELINUX can be enforcing, permissive or disabled. If by defaults when doing the installation, the SELINUX is enable, it will be enforcing.
For temporary disable the selinux:
echo 0 > /selinux/enforce
To enable back SELINUX:
echo 1 > /selinux/enforce
Wednesday, March 24, 2010
Monday, March 22, 2010
Remove and Disable IE plugin
Disable the plugin will be:
1. At IE, go to "Tools" > "Manage Add-ons"
2. Disable the add-ons
Step to remove IE plugin:
1. At IE go to:
Tools > Internet Options
2. At the tab "General", "Browsing History", Press "Settings"
3. "Temporary Internet Files" press "View Objects"
4. Remove the plugin.
Or
1. Go to C:\WINDOWS\Downloaded Program Files
2. remove the plugin
1. At IE, go to "Tools" > "Manage Add-ons"
2. Disable the add-ons
Step to remove IE plugin:
1. At IE go to:
Tools > Internet Options
2. At the tab "General", "Browsing History", Press "Settings"
3. "Temporary Internet Files" press "View Objects"
4. Remove the plugin.
Or
1. Go to C:\WINDOWS\Downloaded Program Files
2. remove the plugin
Subscribe to:
Posts (Atom)