`
lht
  • 浏览: 199206 次
  • 来自: 深圳
社区版块
存档分类
最新评论

File Contexts For Nginx

阅读更多

 

$ vi /etc/selinux/targeted/contexts/files/file_contexts       增加下面的内容:

#
# nginx file contexts
#

/etc/nginx(/.*)?        system_u:object_r:httpd_config_t
/usr/share/nginx(/.*)?        system_u:object_r:httpd_sys_content_t
/usr/sbin/nginx        --    system_u:object_r:httpd_exec_t
/var/lib/nginx(/.*)?        system_u:object_r:httpd_cache_t
/var/log/nginx(/.*)?        system_u:object_r:httpd_log_t
或者:
sudo semanage fcontext -a -t httpd_config_t "/etc/nginx(/.*)?"
sudo semanage fcontext -a -t httpd_sys_content_t "/usr/share/nginx(/.*)?"
sudo semanage fcontext -a -t httpd_exec_t -f -- /usr/sbin/nginx
sudo semanage fcontext -a -t httpd_cache_t "/var/lib/nginx(/.*)?"
sudo semanage fcontext -a -t httpd_log_t "/var/log/nginx(/.*)?"

重新标记nginx包:

$ sudo /sbin/fixfiles -R nginx relabel

 

分享到:
评论

相关推荐

    contexts应用工具-原版

    contexts应用工具-原版,让mac 支持完整的快捷栏,超级酸爽

    Contexts mac非常好用的窗口管理工具

    Contexts Mac版是Mac os平台上的一款非常方便便捷的Mac窗口管理工具,Contexts Mac版可以通过一次单击任何窗口切换:自动隐藏侧边栏显示您的Windows组组织。切换到窗口,单击其标题列表中。切换非常的方便简单不影响...

    Python实现获取nginx服务器ip及流量统计信息功能示例

    log_file = /usr/local/nginx/logs/access.log with open(log_file) as f: contexts = f.readlines() # define ip dict### ip = {} # key为ip信息,value为ip数量(若重复则只增加数量) flow = {} # key为ip信息,...

    三星GalaxyS3 GT-I9308 CM13安卓6.0系统刷机包

    1. **下载刷机包**:你已拥有包含所需文件的压缩包,包括META-INF(包含了刷机脚本)、file_contexts(文件权限配置)、system.transfer.list(用于安装时的文件映射)、boot.img(引导加载程序镜像)、install...

    CDI规范Contexts and Dependency Injection for Java 2.0

    《Contexts and Dependency Injection for Java 2.0》(CDI 2.0)是Java开发中的一个核心规范,它提供了上下文管理和依赖注入的功能,旨在简化企业级应用的复杂性,提高代码的可测试性和可维护性。该规范由Antoine ...

    shape matching and object recongnition using shape contexts

    在IT领域,尤其是在计算机视觉与图像处理中,“shape matching and object recognition using shape contexts”是一个重要的研究方向。这一方法主要关注于如何通过分析物体的形状上下文来实现形状匹配与对象识别,是...

    Matching with Shape Contexts.pdf

    本文档《Matching with Shape Contexts.pdf》主要介绍了形状上下文(Shape Context)在图像匹配领域的应用,特别是如何利用形状上下文测量形状相似性以及恢复点对应关系。形状上下文作为一种新的形状描述符,能够...

    shape contexts code

    这是shape contexts 的matlab程序,用于图像识别、检索等方面

    Block Formatting Contexts Demo

    Block Formatting Contexts(块级格式化上下文)是CSS布局中的一个重要概念,它定义了元素如何在其内部以及与其他元素交互时进行布局。在Block Formatting Contexts Demo中,我们可以深入理解这一概念并探索其实际...

    ROM开发工具箱

    当前版本更新: 主程序 * 新增 检查JAVA环境功能 (2018/3/3) * 新增 一键安装JAVA功能 (2018/3/2) ...* 修改 代码智能识别file_contexts文件,支持file_contexts.bin文件打包 (2018/3/3) * 更改 转换img工具 (2018/3/3)

    Label Embedding with Partial Heterogeneous Contexts.pdf

    the embeddings, multiple contexts can be adopted. However, these contexts are heterogeneous and often partially observed in practical tasks, imposing significant challenges to capture the overall ...

    MAC contexts 窗口管理工具

    MAC contexts 窗口管理工具

    rxnetty-contexts-0.4.9.jar

    rxnetty-contexts-0.4.9.jar

    Machine Learning Projects for .NET Developers(Apress,2015)

    Along the way, you'll learn fundamental ideas that can be applied in all kinds of real-world contexts and industries, from advertising to finance, medicine, and scientific research. While some machine...

    Python 3.2

    a much improved ssl module with support for SSL contexts and certificate hostname matching a sysconfig module to access configuration information additions to the shutil module, among them archive ...

    Tasker+For+Android使用教程[汇编].pdf

    Tasker For Android 使用教程综述 Tasker 是 Android 系统上的一个真正的神器,它是一款系统增强型的软件,能够控制多个系统状态,成为 Android 系统中最闪亮的明星。 Tasker 的功能极其强大,但同时也使得它变得...

Global site tag (gtag.js) - Google Analytics