Chinaunix首页 | 论坛 | 博客
  • 博客访问: 32357
  • 博文数量: 24
  • 博客积分: 622
  • 博客等级: 上士
  • 技术积分: 260
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-28 14:11
文章分类
文章存档

2013年(2)

2012年(2)

2011年(8)

2010年(12)

我的朋友

分类: LINUX

2011-05-07 22:28:12

cannot restore segment prot after reloc: Permission

denied

编辑/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 - SELinux is fully disabled.

SELINUX=enforcing

把 SELINUX=enforcing 注释掉:#SELINUX=enforcing ,然后新加一行为:

SELINUX=disabled

保存,关闭。

郁闷的是.我把SELinux关闭后还是不行.于是到google上search.发现这个很有用.

在你保证SElinux 被disable后.还执行下

chcon -t texrel_shlib_t

如: chcon -t texrel_shlib_t /路径/路径/名字.so   (这个文件视具体执行文件.)

chcon命令:
修改对象(文件)的安全上下文

 

阅读(464) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~