Documentation ¶ Index ¶ func GetBash(data config.Data) interface{} func MergeDenyRules(data config.Data, rules []DenyRule) (added int, addedPatterns []string, existing []string) func RemoveDenyRules(bashMap map[string]interface{}, rules []DenyRule) (removed int, removedPatterns []string) type DenyRule Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetBash ¶ func GetBash(data config.Data) interface{} func MergeDenyRules ¶ func MergeDenyRules(data config.Data, rules []DenyRule) (added int, addedPatterns []string, existing []string) func RemoveDenyRules ¶ func RemoveDenyRules(bashMap map[string]interface{}, rules []DenyRule) (removed int, removedPatterns []string) Types ¶ type DenyRule ¶ type DenyRule struct { Pattern string Reason string } Source Files ¶ View all Source files permissions.go Click to show internal directories. Click to hide internal directories.