fedora9遇到鼠标不能自由切换到设置

关闭fedora的selinux服务,在配置文件中:

 vi /etc/sysconfig/selinux

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - No SELinux policy is loaded.
SELINUX=enforcing

# SELINUXTYPE= can take one of these two values:
#       targeted - Targeted processes are protected,
#       mls - Multi Level Security protection.
SELINUXTYPE=targeted

 

修改为:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
#       targeted - Targeted processes are protected,
#       mls - Multi Level Security protection.
#SELINUXTYPE=targeted

重启Linux,这样就可以实现鼠标在vm和Windows环境自由切换,还有实现共享的复制粘贴功能,自由拖拉文件

可以不用安装vm tools

 


 

你可能感兴趣的:(windows,linux,File,Security,tools,Warnings)