Skip to content

Commit

Permalink
Merge pull request #1287 from nyrahul/main
Browse files Browse the repository at this point in the history
docs: added 5G-SBP to adopters
  • Loading branch information
daemon1024 authored Jun 29, 2023
2 parents 73ae18a + 398f78f commit 0dc6c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ This list is sorted in the order that organizations were added to it.
| [AccuKnox](https://www.accuknox.com) | [@nyrahul](https://github.com/nyrahul/) | AccuKnox uses KubeArmor as part of its enterprise offering to harden the workloads, propose Zero Trust security posture and get application behavior at scale. |
| [Open Horizon](https://open-horizon.github.io/) | [@joewxboy](https://github.com/joewxboy) | Open Horizon has done a [proof of concept with KubeArmor](https://open-horizon.github.io/docs/kubearmor-integration/docs/README/) for hardening the edge environments. |
| [Intel Smart Edge](https://networkbuilders.intel.com/commercial-applications/accuknox) | [@rksharma95](https://github.com/rksharma95) | KubeArmor integration is made available on Intel Smart Edge. |
| [5G-SBP](https://wiki.lfnetworking.org/pages/viewpage.action?pageId=82905466) | [@Prateeknandle](https://github.com/Prateeknandle) | KubeArmor integration for securing [SEDIMENT](https://sediment-lfproject.github.io/). Integration done as part of [5G-Super-Blueprint](https://github.com/5G-Super-Blue-Print/KubeArmor-SEDIMENT-Demo). |
2 changes: 1 addition & 1 deletion getting-started/deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Observe that the policy contains `Allow` action. Once there is any KubeArmor pol
Lets try to execute some other processes:
```
kubectl exec -it $POD -- bash -c "chroot"
kubectl exec -it $POD -- bash -c "chroot"
```
Any binary other than `bash` and `nginx` would be permission denied.

Expand Down

0 comments on commit 0dc6c27

Please sign in to comment.