Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

debian and grsecurity

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
cipheryouth
Posts: 2
Joined: 2016-08-15 03:21

debian and grsecurity

#1 Post by cipheryouth »

OS : Debian

kernel : 3.14.63-grsec

I have a redis docker containe.

After the "Full system learn", gradm -E, some warnings came up.

Code: Select all

warning: denied access to /proc/1/stat by /usr/local/bin/redis-server, parent /usr/bin/docker-containered-shim
So how can I fix it.

Thanks a lot.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: debian and grsecurity

#2 Post by GarryRicketson »

Forum guidelines. Please read before first post!
Before you start using Debian User Forums, please observe the following guidelines:

Do not cross post. Posting the same topic in more than one category only creates confusion and makes it hard to keep track on the various replies. Double posts will be locked.
Last edited by GarryRicketson on 2016-08-15 13:59, edited 1 time in total.

cipheryouth
Posts: 2
Joined: 2016-08-15 03:21

Re: debian and grsecurity

#3 Post by cipheryouth »

And my policy is follow:

Code: Select all

subject /usr/local/bin/redis-server o {
     ...
     /proc/1/stat     r
     ...
}

Post Reply