OS: debian 8.0
kernel: 3.14.63-grsec

after "gradm -E",I get some warnings :

warning: denied access to /proc/1/stat by the subject 
/usr/local/bin/redis-server,
parent /usr/bin/docker-containerd-shim

parts of policy about subject:



```
        subject  /usr/bin/docker-containerd-shim {
                        ...
                        /proc        
                        /proc/1/stat          rw
                        ...
        }
```


```
 subject  /usr/local/bin/redis-server o {
                        /
                        /proc/1/stat        rw
 }
```
how can I fix it??

Reply via email to