Advertisement
Guest User

Untitled

a guest
Jul 17th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. {
  2. "version": "pre-draft",
  3. "platform": {
  4. "os": "linux",
  5. "arch": "amd64"
  6. },
  7. "process": {
  8. "terminal": true,
  9. "user": {
  10. "uid": 0,
  11. "gid": 0,
  12. "additionalGids": null
  13. },
  14. "args": [
  15. "sh"
  16. ],
  17. "env": [
  18. "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  19. "TERM=xterm"
  20. ],
  21. "cwd": ""
  22. },
  23. "root": {
  24. "path": "rootfs",
  25. "readonly": true
  26. },
  27. "hostname": "shell",
  28. "mounts": [
  29. {
  30. "type": "proc",
  31. "source": "proc",
  32. "destination": "/proc",
  33. "options": ""
  34. },
  35. {
  36. "type": "tmpfs",
  37. "source": "tmpfs",
  38. "destination": "/dev",
  39. "options": "nosuid,strictatime,mode=755,size=65536k"
  40. },
  41. {
  42. "type": "devpts",
  43. "source": "devpts",
  44. "destination": "/dev/pts",
  45. "options": "nosuid,noexec,newinstance,ptmxmode=0666,mode=0620,gid=5"
  46. },
  47. {
  48. "type": "tmpfs",
  49. "source": "shm",
  50. "destination": "/dev/shm",
  51. "options": "nosuid,noexec,nodev,mode=1777,size=65536k"
  52. },
  53. {
  54. "type": "mqueue",
  55. "source": "mqueue",
  56. "destination": "/dev/mqueue",
  57. "options": "nosuid,noexec,nodev"
  58. },
  59. {
  60. "type": "sysfs",
  61. "source": "sysfs",
  62. "destination": "/sys",
  63. "options": "nosuid,noexec,nodev"
  64. }
  65. ],
  66. "linux": {
  67. "uidMapping": null,
  68. "gidMapping": null,
  69. "rlimits": null,
  70. "systemProperties": null,
  71. "rootfsPropagation": "rshared",
  72. "resources": {
  73. "disableOOMKiller": false,
  74. "memory": {
  75. "limit": 0,
  76. "reservation": 0,
  77. "swap": 0,
  78. },
  79. "cpu": {
  80. "shares": 0,
  81. "quota": 0,
  82. "period": 0,
  83. "realtimeRuntime": 0,
  84. "realtimePeriod": 0,
  85. "cpus": "",
  86. "mems": ""
  87. },
  88. "blockIO": {
  89. "blkioWeight": 0,
  90. "blkioWeightDevice": "",
  91. "blkioThrottleReadBpsDevice": "",
  92. "blkioThrottleWriteBpsDevice": "",
  93. "blkioThrottleReadIopsDevice": "",
  94. "blkioThrottleWriteIopsDevice": ""
  95. },
  96. "hugepageLimits": null,
  97. "network": {
  98. "classId": "",
  99. "priorities": null
  100. }
  101. },
  102. "namespaces": [
  103. {
  104. "type": "process",
  105. "path": ""
  106. },
  107. {
  108. "type": "network",
  109. "path": ""
  110. },
  111. {
  112. "type": "ipc",
  113. "path": ""
  114. },
  115. {
  116. "type": "uts",
  117. "path": ""
  118. },
  119. {
  120. "type": "mount",
  121. "path": ""
  122. }
  123. ],
  124. "capabilities": [
  125. "AUDIT_WRITE",
  126. "KILL",
  127. "NET_BIND_SERVICE"
  128. ],
  129. "devices": [
  130. "null",
  131. "random",
  132. "full",
  133. "tty",
  134. "zero",
  135. "urandom"
  136. ]
  137. }
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement