Chinaunix首页 | 论坛 | 博客
  • 博客访问: 265451
  • 博文数量: 39
  • 博客积分: 1126
  • 博客等级: 准尉
  • 技术积分: 502
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-28 11:34
文章分类

全部博文(39)

文章存档

2012年(7)

2011年(20)

2010年(12)

分类: LINUX

2012-10-22 16:57:04

在使用upx对应用程序进行压缩的时候,出现这个错误,根本原因是selinux对这些文件进行了安全检查,要时upx能够正常使用,需要关闭selinux,具体操作是:
修改/etc/selinux/config文件的内容为
# 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
# SELINUXTYPE=targeted
 
在内核参数中添加selinux=0
在Fedora14系统上修改启动参数那一行
 kernel /boot/vmlinuz-2.6.35.6-45.fc14.i686 ro root=UUID=414093bd-4326-4de0-9e39-657ef2ca7852 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=zh_CN.UTF-8 KEYTABLE=us rhgb quiet selinux=0
 
重启系统,这样就解决问题
阅读(2282) | 评论(0) | 转发(1) |
0

上一篇:bashdb 调试shell程序

下一篇:没有了

给主人留下些什么吧!~~