What is the purpose of access control lists (ACLs) in authorization mechanisms?
- To enforce encryption on sensitive data
- To manage network bandwidth usage
- To monitor system performance
- To specify which users or system processes are granted access to objects and operations
Access Control Lists (ACLs) are used in authorization mechanisms to specify the permissions granted to users or system processes for accessing objects and performing operations. They define who can access what resources and what actions they can perform on those resources.
Loading...
Related Quiz
- In Go, which type of objects are typically mocked?
- You have a slice of strings in Go, and you want to remove the last element from the slice. What method would you use?
- For block profiling, one would use the _____ flag along with the Go tool pprof.
- Suppose you're writing a critical system component in Go. How would you use 'defer' to ensure proper resource cleanup?
- What is the purpose of ORM libraries in Go?