mirror of https://github.com/docker/docs.git
commit
1032202b88
|
@ -2756,8 +2756,7 @@ func (s *DockerSuite) TestPtraceContainerProcsFromHost(c *check.C) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *DockerSuite) TestAppArmorDeniesPtrace(c *check.C) {
|
func (s *DockerSuite) TestAppArmorDeniesPtrace(c *check.C) {
|
||||||
testRequires(c, SameHostDaemon)
|
testRequires(c, SameHostDaemon, NativeExecDriver, Apparmor)
|
||||||
testRequires(c, Apparmor)
|
|
||||||
|
|
||||||
// Run through 'sh' so we are NOT pid 1. Pid 1 may be able to trace
|
// Run through 'sh' so we are NOT pid 1. Pid 1 may be able to trace
|
||||||
// itself, but pid>1 should not be able to trace pid1.
|
// itself, but pid>1 should not be able to trace pid1.
|
||||||
|
|
Loading…
Reference in New Issue