设置docker.socket文件权限为644或更多限制性

描述

验证docker.socket文件权限是否正确设置为644或更多限制

隐患分析

docker.socket文件包含可能会改变Docker远程API行为的敏感参数。 因此,它应该拥有root权限,以保持文件的完整性。

审计方式

```shell script [root@localhost ~]# systemctl show -p FragmentPath docker.socket|sed "s/FragmentPath=//"|xargs -n1 stat -c %a 644


### 修复建议

若权限非`644`,修改授权
```shell script
$ systemctl show -p FragmentPath docker.socket|sed "s/FragmentPath=//"|xargs -n1 chmod 644

参考文档

Copyright © weiliang 2021 all right reserved,powered by Gitbook本书发布时间: 2024-04-22 16:03:42

results matching ""

    No results matching ""