Advertisement
Guest User

Untitled

a guest
May 24th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. using neither:
  2.  
  3. [pweil@localhost kubernetes]$ ps -Zef | grep openshift
  4. system_u:system_r:svirt_lxc_net_t:s0:c308,c718 root 17554 1169 0 13:45 ? 00:00:00 /hello-openshift
  5. unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pweil 17723 5993 0 13:46 pts/3 00:00:00 grep --color=auto openshift
  6.  
  7.  
  8. using ModifyHostConfig:
  9.  
  10. --------------------------------- [label:type:user_home_t]
  11.  
  12. [pweil@localhost kubernetes]$ ps -Zef | grep openshift
  13. system_u:system_r:docker_t:s0 root 18494 1169 0 13:48 ? 00:00:00 /hello-openshift
  14. unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pweil 18524 5993 0 13:48 pts/3 00:00:00 grep --color=auto openshift
  15.  
  16.  
  17. using hardcoded SecurityOpt:
  18.  
  19. --------------------------------- [label:type:user_home_t]
  20.  
  21. [pweil@localhost kubernetes]$ ps -Zef | grep openshift
  22. system_u:system_r:user_home_t:s0:c457,c629 root 19408 1169 0 13:50 ? 00:00:00 /hello-openshift
  23. unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pweil 19580 5993 0 13:50 pts/3 00:00:00 grep --color=auto openshift
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement