linux – mod_perl无法在 tmp中看到文件

linux – mod_perl无法在 tmp中看到文件,第1张

概述我有一些mod_perl代码试图访问/ tmp下的文件…但它会抛出’没有这样的文件或目录’错误.我在我的代码中添加了一个’ls -al / tmp’,看看Perl在目录中看到了什么,它只给了我.和..: drwxrwxrwt. 2 root root 6 Jan 21 13:36 .drwxrwxrwx. 18 root sysadmin 4096 Nov 22 22:14 .. 我有一些mod_perl代码试图访问/ tmp下的文件…但它会抛出’没有这样的文件或目录’错误.我在我的代码中添加了一个’ls -al / tmp’,看看Perl在目录中看到了什么,它只给了我.和..:

drwxrwxrwt.  2 root root        6 Jan 21 13:36 .drwxrwxrwx. 18 root sysadmin 4096 Nov 22 22:14 ..

实际上/ tmp下有一些文件混合,包括Apache用户拥有的一些文件.将我的代码更改为’ls -al /’会给出正确的目录列表(没有遗漏).

我试过sudo’ing到Apache用户,并且可以在/ tmp文件下看到,所以它必须与mod_perl相关.

想法?我在CentOS 7下运行mod_perl 2.0.8和Apache 2.4.SElinux设置为允许.

解决方法 所以根据评论,这里的答案是 – 这是一个RHEL 7功能.
https://securityblog.redhat.com/2014/04/09/new-red-hat-enterprise-linux-7-security-feature-privatetmp/

PrivateTmp=

Takes a boolean argument. If true sets up a new file system namespace for the executed processes and mounts a private /tmp directory insIDe it,that is not shared by processes outsIDe of the namespace. This is useful to secure access to temporary files of the process,but makes sharing between processes via /tmp impossible. Defaults to false.

总结

以上是内存溢出为你收集整理的linux – mod_perl无法在/ tmp中看到文件全部内容,希望文章能够帮你解决linux – mod_perl无法在/ tmp中看到文件所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1017981.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存