Files
kubernetes/test/e2e
Kubernetes Submit Queue 903c40b5d3 Merge pull request #46725 from timstclair/apparmor-debug
Automatic merge from submit-queue (batch tested with PRs 46620, 46732, 46773, 46772, 46725)

Fix AppArmor test for docker 1.13

... & better debugging.

The issue is that we run the pod containers in a shared PID namespace with docker 1.13, so PID 1 is no longer the container's root process. Since it's messy to get the container's root process, I switched to using `/proc/self` to read the apparmor profile. While this wouldn't catch a regression that caused only the init process to run with the wrong profile, I think it's a good approximation.

/cc @aulanov @Amey-D
2017-06-03 11:39:46 -07:00
..
2017-05-23 07:18:44 -07:00
2017-05-23 10:11:46 -07:00
2017-05-31 17:09:22 -07:00
2017-05-31 09:52:55 -07:00
2017-05-23 07:18:44 -07:00
2017-06-02 22:09:03 -04:00
2017-03-01 11:52:55 -08:00
2017-05-22 21:51:11 +08:00
2017-01-30 12:46:59 -05:00
2017-05-26 13:45:10 -07:00
2017-05-11 12:26:40 +08:00
2017-05-17 20:47:11 -07:00
2017-05-21 01:14:31 -04:00