[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

a question about grsec RBAC policy



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 to: