minor fixes

This commit is contained in:
Ben 2023-03-07 21:43:31 +02:00
parent d279e80e44
commit e9ae7009c1
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ Or contact us via Twitter, my handle is [@MichaelCade1](https://twitter.com/Mich
- [✔️] 🏃 31 > [Runtime network protections and policies](2023/day31.md)
- [✔️] 🏃 32 > [Vulnerability and patch management](2023/day32.md)
- [✔️] 🏃 33 > [Application runtime and network policies](2023/day33.md)
- [] 🏃 34 > [Runtime access control](2023/day34.md)
- [✔️] 🏃 34 > [Runtime access control](2023/day34.md)
### Secrets Management

View File

@ -1,4 +1,4 @@
# Runtime access control and monitoring
# Runtime access control
Runtime access control is crucial in a computer system because it helps ensure the security and integrity of a computer system cluster and the applications running on it. A computer system is a complex system with many moving parts, and it is essential to control access to these components to prevent unauthorized access or malicious activities.