feat(aa): rename the main profile struct.
This commit is contained in:
parent
4b753210e7
commit
890275fb22
11 changed files with 287 additions and 274 deletions
|
|
@ -16,11 +16,11 @@ import (
|
|||
func TestDefaultTunables(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
want *AppArmorProfile
|
||||
want *AppArmorProfileFile
|
||||
}{
|
||||
{
|
||||
name: "aa",
|
||||
want: &AppArmorProfile{
|
||||
want: &AppArmorProfileFile{
|
||||
Preamble: Preamble{
|
||||
Variables: []*Variable{
|
||||
{Name: "bin", Values: []string{"/{,usr/}{,s}bin"}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue