---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   Inherit(
    Some(
     Variable {
      identifier: "builtins",
      position: (3, 12),
     },
    ),
    [
     Raw {
      content: "attrNames",
      position: (3, 22),
     },
     Raw {
      content: "hasAttr",
      position: (3, 32),
     },
     Raw {
      content: "isAttrs",
      position: (3, 40),
     },
    ],
   ),
   Inherit(
    Some(
     Variable {
      identifier: "lib",
      position: (4, 12),
     },
    ),
    [
     Raw {
      content: "getLib",
      position: (4, 17),
     },
    ],
   ),
   Inherit(
    Some(
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (5, 12),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "environment",
         position: (5, 19),
        },
       ],
      },
      default: None,
     },
    ),
    [
     Raw {
      content: "etc",
      position: (5, 32),
     },
    ],
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "etcRule",
       position: (8, 3),
      },
     ],
    },
    Function {
     argument: Some(
      "arg",
     ),
     arguments: FunctionArguments {
      arguments: [],
      ellipsis: false,
     },
     definition: LetIn {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "go",
           position: (9, 9),
          },
         ],
        },
        Function {
         argument: None,
         arguments: FunctionArguments {
          arguments: [
           FunctionArgument {
            identifier: "trail",
            default: Some(
             String {
              parts: [],
              position: (9, 49),
             },
            ),
           },
           FunctionArgument {
            identifier: "mode",
            default: Some(
             String {
              parts: [
               Raw {
                content: "r",
               },
              ],
              position: (9, 36),
             },
            ),
           },
           FunctionArgument {
            identifier: "path",
            default: Some(
             Variable {
              identifier: "null",
              position: (9, 23),
             },
            ),
           },
          ],
          ellipsis: false,
         },
         definition: FunctionApplication {
          function: PropertyAccess {
           expression: Variable {
            identifier: "lib",
            position: (10, 7),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "optionalString",
              position: (10, 11),
             },
            ],
           },
           default: None,
          },
          arguments: [
           FunctionApplication {
            function: Variable {
             identifier: "hasAttr",
             position: (10, 27),
            },
            arguments: [
             Variable {
              identifier: "path",
              position: (10, 35),
             },
             Variable {
              identifier: "etc",
              position: (10, 40),
             },
            ],
           },
           String {
            parts: [
             Expression {
              expression: Variable {
               identifier: "mode",
               position: (11, 12),
              },
             },
             Raw {
              content: " ",
             },
             Expression {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (11, 20),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "environment",
                  position: (11, 27),
                 },
                 Raw {
                  content: "etc",
                  position: (11, 39),
                 },
                 Expression {
                  expression: Variable {
                   identifier: "path",
                   position: (11, 45),
                  },
                 },
                 Raw {
                  content: "source",
                  position: (11, 51),
                 },
                ],
               },
               default: None,
              },
             },
             Expression {
              expression: Variable {
               identifier: "trail",
               position: (11, 60),
              },
             },
             Raw {
              content: ",",
             },
            ],
            position: (11, 9),
           },
          ],
         },
         position: (9, 14),
        },
       ),
      ],
      target: IfThenElse {
       predicate: FunctionApplication {
        function: Variable {
         identifier: "isAttrs",
         position: (12, 11),
        },
        arguments: [
         Variable {
          identifier: "arg",
          position: (12, 19),
         },
        ],
       },
       then: FunctionApplication {
        function: Variable {
         identifier: "go",
         position: (13, 10),
        },
        arguments: [
         Variable {
          identifier: "arg",
          position: (13, 13),
         },
        ],
       },
       else_: FunctionApplication {
        function: Variable {
         identifier: "go",
         position: (14, 10),
        },
        arguments: [
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "path",
               position: (14, 15),
              },
             ],
            },
            Variable {
             identifier: "arg",
             position: (14, 22),
            },
           ),
          ],
          recursive: false,
          position: (14, 13),
         },
        ],
       },
       position: (12, 8),
      },
      position: (9, 5),
     },
     position: (8, 13),
    },
   ),
  ],
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (23, 1),
       },
       Raw {
        content: "security",
        position: (23, 8),
       },
       Raw {
        content: "apparmor",
        position: (23, 17),
       },
       Raw {
        content: "includes",
        position: (23, 26),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/tunables/alias",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "alias /bin -> /run/current-system/sw/bin,\nalias /lib/modules -> /run/current-system/kernel/lib/modules,\nalias /sbin -> /run/current-system/sw/sbin,\nalias /usr -> /run/current-system/sw,\n",
          },
         ],
         position: (26, 35),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/audio",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (33, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (33, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/audio\"\n",
            },
           ],
           position: (32, 26),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (34, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (34, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (34, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (34, 39),
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "asound.conf",
                },
               ],
               position: (35, 7),
              },
              String {
               parts: [
                Raw {
                 content: "esound/esd.conf",
                },
               ],
               position: (36, 7),
              },
              String {
               parts: [
                Raw {
                 content: "libao.conf",
                },
               ],
               position: (37, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (38, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pulse",
                   },
                  ],
                  position: (38, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (38, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                   },
                  ],
                  position: (38, 34),
                 },
                ),
               ],
               recursive: false,
               position: (38, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (39, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pulse",
                   },
                  ],
                  position: (39, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (39, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**",
                   },
                  ],
                  position: (39, 34),
                 },
                ),
               ],
               recursive: false,
               position: (39, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (40, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "sound",
                   },
                  ],
                  position: (40, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (40, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                   },
                  ],
                  position: (40, 34),
                 },
                ),
               ],
               recursive: false,
               position: (40, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (41, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "sound",
                   },
                  ],
                  position: (41, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (41, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**",
                   },
                  ],
                  position: (41, 34),
                 },
                ),
               ],
               recursive: false,
               position: (41, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (42, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "alsa/conf.d",
                   },
                  ],
                  position: (42, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (42, 32),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                   },
                  ],
                  position: (42, 40),
                 },
                ),
               ],
               recursive: false,
               position: (42, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (43, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "alsa/conf.d",
                   },
                  ],
                  position: (43, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (43, 32),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (43, 40),
                 },
                ),
               ],
               recursive: false,
               position: (43, 7),
              },
              String {
               parts: [
                Raw {
                 content: "openal/alsoft.conf",
                },
               ],
               position: (44, 7),
              },
              String {
               parts: [
                Raw {
                 content: "wildmidi/wildmidi.conf",
                },
               ],
               position: (45, 7),
              },
             ],
             position: (34, 47),
            },
           ],
          },
         ],
         position: (34, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/authentication",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (48, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (48, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/authentication\"\n# Defined in security.pam\ninclude <abstractions/pam>\n",
            },
           ],
           position: (47, 35),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (51, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (51, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (51, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (51, 39),
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "nologin",
                },
               ],
               position: (52, 7),
              },
              String {
               parts: [
                Raw {
                 content: "securetty",
                },
               ],
               position: (53, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (54, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "security",
                   },
                  ],
                  position: (54, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (54, 29),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (54, 37),
                 },
                ),
               ],
               recursive: false,
               position: (54, 7),
              },
              String {
               parts: [
                Raw {
                 content: "shadow",
                },
               ],
               position: (55, 7),
              },
              String {
               parts: [
                Raw {
                 content: "gshadow",
                },
               ],
               position: (56, 7),
              },
              String {
               parts: [
                Raw {
                 content: "pwdb.conf",
                },
               ],
               position: (57, 7),
              },
              String {
               parts: [
                Raw {
                 content: "default/passwd",
                },
               ],
               position: (58, 7),
              },
              String {
               parts: [
                Raw {
                 content: "login.defs",
                },
               ],
               position: (59, 7),
              },
             ],
             position: (51, 47),
            },
           ],
          },
         ],
         position: (51, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/base",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (62, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (62, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/base\"\nr ",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (63, 9),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "stdenv",
               position: (63, 14),
              },
              Raw {
               content: "cc",
               position: (63, 21),
              },
              Raw {
               content: "libc",
               position: (63, 24),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/share/locale/**,\nr ",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (64, 9),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "stdenv",
               position: (64, 14),
              },
              Raw {
               content: "cc",
               position: (64, 21),
              },
              Raw {
               content: "libc",
               position: (64, 24),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/share/locale.alias,\n",
          },
          Expression {
           expression: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (65, 7),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "optionalString",
                position: (65, 11),
               },
              ],
             },
             default: None,
            },
            arguments: [
             BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "pkgs",
                 position: (65, 27),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "glibcLocales",
                   position: (65, 32),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "null",
                position: (65, 48),
               },
              ],
              position: (65, 45),
             },
             String {
              parts: [
               Raw {
                content: "r ",
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (65, 59),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "glibcLocales",
                    position: (65, 64),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "/lib/locale/locale-archive,",
               },
              ],
              position: (65, 54),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (66, 7),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "localtime",
               },
              ],
              position: (66, 15),
             },
            ],
           },
          },
          Raw {
           content: "\nr ",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (67, 9),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "tzdata",
               position: (67, 14),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/share/zoneinfo/**,\nr ",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (68, 9),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "stdenv",
               position: (68, 14),
              },
              Raw {
               content: "cc",
               position: (68, 21),
              },
              Raw {
               content: "libc",
               position: (68, 24),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/share/i18n/**,\n",
          },
         ],
         position: (61, 25),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/bash",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (71, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (71, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/bash\"\n\n# bash inspects filesystems at startup\n# and /etc/mtab is linked to /proc/mounts\n@{PROC}/mounts\n\n# system-wide bash configuration\n",
            },
           ],
           position: (70, 25),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (78, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (78, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (78, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (78, 39),
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "profile.dos",
                },
               ],
               position: (79, 7),
              },
              String {
               parts: [
                Raw {
                 content: "profile",
                },
               ],
               position: (80, 7),
              },
              String {
               parts: [
                Raw {
                 content: "profile.d",
                },
               ],
               position: (81, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (82, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "profile.d",
                   },
                  ],
                  position: (82, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (82, 30),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (82, 38),
                 },
                ),
               ],
               recursive: false,
               position: (82, 7),
              },
              String {
               parts: [
                Raw {
                 content: "bashrc",
                },
               ],
               position: (83, 7),
              },
              String {
               parts: [
                Raw {
                 content: "bash.bashrc",
                },
               ],
               position: (84, 7),
              },
              String {
               parts: [
                Raw {
                 content: "bash.bashrc.local",
                },
               ],
               position: (85, 7),
              },
              String {
               parts: [
                Raw {
                 content: "bash_completion",
                },
               ],
               position: (86, 7),
              },
              String {
               parts: [
                Raw {
                 content: "bash_completion.d",
                },
               ],
               position: (87, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (88, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "bash_completion.d",
                   },
                  ],
                  position: (88, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (88, 38),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (88, 46),
                 },
                ),
               ],
               recursive: false,
               position: (88, 7),
              },
              String {
               parts: [
                Raw {
                 content: "inputrc",
                },
               ],
               position: (90, 7),
              },
              String {
               parts: [
                Raw {
                 content: "DIR_COLORS",
                },
               ],
               position: (92, 7),
              },
             ],
             position: (78, 47),
            },
           ],
          },
         ],
         position: (78, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/consoles",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (95, 17),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (95, 22),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/consoles\"\n",
          },
         ],
         position: (94, 29),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/cups-client",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (98, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (98, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/cups-client\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (99, 7),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "cups/cups-client.conf",
               },
              ],
              position: (99, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (97, 32),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/dbus-session-strict",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (102, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (102, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/dbus-session-strict\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (103, 7),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "machine-id",
               },
              ],
              position: (103, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (101, 40),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/dconf",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (106, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (106, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/dconf\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (107, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (107, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "dconf",
                  },
                 ],
                 position: (107, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (107, 34),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/**",
                  },
                 ],
                 position: (107, 42),
                },
               ),
              ],
              recursive: false,
              position: (107, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (105, 26),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/dri-common",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (110, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (110, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/dri-common\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (111, 7),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "drirc",
               },
              ],
              position: (111, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (109, 31),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/fonts",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (117, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (117, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/fonts\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (118, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (118, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "fonts",
                  },
                 ],
                 position: (118, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (118, 34),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/**",
                  },
                 ],
                 position: (118, 42),
                },
               ),
              ],
              recursive: false,
              position: (118, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (116, 26),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/gnome",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (121, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (121, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/gnome\"\ninclude <abstractions/fonts>\n",
            },
           ],
           position: (120, 26),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (123, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (123, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (123, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (123, 39),
            },
            List {
             elements: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (124, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "gnome",
                   },
                  ],
                  position: (124, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (124, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/gtkrc*",
                   },
                  ],
                  position: (124, 34),
                 },
                ),
               ],
               recursive: false,
               position: (124, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (125, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "gtk",
                   },
                  ],
                  position: (125, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (125, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (125, 32),
                 },
                ),
               ],
               recursive: false,
               position: (125, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (126, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "gtk-2.0",
                   },
                  ],
                  position: (126, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (126, 28),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (126, 36),
                 },
                ),
               ],
               recursive: false,
               position: (126, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (127, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "gtk-3.0",
                   },
                  ],
                  position: (127, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (127, 28),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (127, 36),
                 },
                ),
               ],
               recursive: false,
               position: (127, 7),
              },
              String {
               parts: [
                Raw {
                 content: "orbitrc",
                },
               ],
               position: (128, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (129, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pango",
                   },
                  ],
                  position: (129, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (129, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (129, 34),
                 },
                ),
               ],
               recursive: false,
               position: (129, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (130, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/etc/gnome-vfs-2.0",
                   },
                  ],
                  position: (130, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (130, 39),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/modules/",
                   },
                  ],
                  position: (130, 47),
                 },
                ),
               ],
               recursive: false,
               position: (130, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (131, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/etc/gnome-vfs-2.0",
                   },
                  ],
                  position: (131, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (131, 39),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/modules/*",
                   },
                  ],
                  position: (131, 47),
                 },
                ),
               ],
               recursive: false,
               position: (131, 7),
              },
              String {
               parts: [
                Raw {
                 content: "papersize",
                },
               ],
               position: (132, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (133, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "cups",
                   },
                  ],
                  position: (133, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (133, 25),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/lpoptions",
                   },
                  ],
                  position: (133, 33),
                 },
                ),
               ],
               recursive: false,
               position: (133, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (134, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "gnome",
                   },
                  ],
                  position: (134, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (134, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/defaults.list",
                   },
                  ],
                  position: (134, 34),
                 },
                ),
               ],
               recursive: false,
               position: (134, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (135, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "xdg",
                   },
                  ],
                  position: (135, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (135, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/{,*-}mimeapps.list",
                   },
                  ],
                  position: (135, 32),
                 },
                ),
               ],
               recursive: false,
               position: (135, 7),
              },
              String {
               parts: [
                Raw {
                 content: "xdg/mimeapps.list",
                },
               ],
               position: (136, 7),
              },
             ],
             position: (123, 47),
            },
           ],
          },
         ],
         position: (123, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/kde",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (139, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (139, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/kde\"\n",
            },
           ],
           position: (138, 24),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (140, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (140, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (140, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (140, 39),
            },
            List {
             elements: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (141, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "qt3",
                   },
                  ],
                  position: (141, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (141, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/kstylerc",
                   },
                  ],
                  position: (141, 32),
                 },
                ),
               ],
               recursive: false,
               position: (141, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (142, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "qt3",
                   },
                  ],
                  position: (142, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (142, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/qt_plugins_3.3rc",
                   },
                  ],
                  position: (142, 32),
                 },
                ),
               ],
               recursive: false,
               position: (142, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (143, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "qt3",
                   },
                  ],
                  position: (143, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (143, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/qtrc",
                   },
                  ],
                  position: (143, 32),
                 },
                ),
               ],
               recursive: false,
               position: (143, 7),
              },
              String {
               parts: [
                Raw {
                 content: "kderc",
                },
               ],
               position: (144, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (145, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "kde3",
                   },
                  ],
                  position: (145, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (145, 25),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (145, 33),
                 },
                ),
               ],
               recursive: false,
               position: (145, 7),
              },
              String {
               parts: [
                Raw {
                 content: "kde4rc",
                },
               ],
               position: (146, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (147, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "xdg",
                   },
                  ],
                  position: (147, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (147, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/kdeglobals",
                   },
                  ],
                  position: (147, 32),
                 },
                ),
               ],
               recursive: false,
               position: (147, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (148, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "xdg",
                   },
                  ],
                  position: (148, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (148, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/Trolltech.conf",
                   },
                  ],
                  position: (148, 32),
                 },
                ),
               ],
               recursive: false,
               position: (148, 7),
              },
             ],
             position: (140, 47),
            },
           ],
          },
         ],
         position: (140, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/kerberosclient",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (151, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (151, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/kerberosclient\"\n",
            },
           ],
           position: (150, 35),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (152, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (152, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (152, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (152, 39),
            },
            List {
             elements: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (153, 7),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "krb5.keytab",
                   },
                  ],
                  position: (153, 14),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "mode",
                    position: (153, 29),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "rk",
                   },
                  ],
                  position: (153, 34),
                 },
                ),
               ],
               recursive: false,
               position: (153, 5),
              },
              String {
               parts: [
                Raw {
                 content: "krb5.conf",
                },
               ],
               position: (154, 5),
              },
              String {
               parts: [
                Raw {
                 content: "krb5.conf.d",
                },
               ],
               position: (155, 5),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (156, 7),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "krb5.conf.d",
                   },
                  ],
                  position: (156, 14),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (156, 30),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (156, 38),
                 },
                ),
               ],
               recursive: false,
               position: (156, 5),
              },
              String {
               parts: [
                Raw {
                 content: "krb.conf",
                },
               ],
               position: (159, 5),
              },
              String {
               parts: [
                Raw {
                 content: "krb.realms",
                },
               ],
               position: (160, 5),
              },
              String {
               parts: [
                Raw {
                 content: "srvtab",
                },
               ],
               position: (161, 5),
              },
             ],
             position: (152, 47),
            },
           ],
          },
         ],
         position: (152, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/ldapclient",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (164, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (164, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/ldapclient\"\n",
            },
           ],
           position: (163, 31),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (165, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (165, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (165, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (165, 39),
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "ldap.conf",
                },
               ],
               position: (166, 7),
              },
              String {
               parts: [
                Raw {
                 content: "ldap.secret",
                },
               ],
               position: (167, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (168, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "openldap",
                   },
                  ],
                  position: (168, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (168, 29),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (168, 37),
                 },
                ),
               ],
               recursive: false,
               position: (168, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (169, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "openldap",
                   },
                  ],
                  position: (169, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (169, 29),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/cacerts/*",
                   },
                  ],
                  position: (169, 37),
                 },
                ),
               ],
               recursive: false,
               position: (169, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (170, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "sasl2",
                   },
                  ],
                  position: (170, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (170, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (170, 34),
                 },
                ),
               ],
               recursive: false,
               position: (170, 7),
              },
             ],
             position: (165, 47),
            },
           ],
          },
         ],
         position: (165, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/likewise",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (173, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (173, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/likewise\"\n",
          },
         ],
         position: (172, 29),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/mdns",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (176, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (176, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/mdns\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (177, 7),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "nss_mdns.conf",
               },
              ],
              position: (177, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (175, 25),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/nameservice",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (180, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (180, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/nameservice\"\n\n# Many programs wish to perform nameservice-like operations, such as\n# looking up users by name or id, groups by name or id, hosts by name\n# or IP, etc. These operations may be performed through files, dns,\n# NIS, NIS+, LDAP, hesiod, wins, etc. Allow them all here.\nmr ",
            },
            Expression {
             expression: FunctionApplication {
              function: Variable {
               identifier: "getLib",
               position: (186, 10),
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "pkgs",
                 position: (186, 17),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "nss",
                   position: (186, 22),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
            },
            Raw {
             content: "/lib/libnss_*.so*,\nmr ",
            },
            Expression {
             expression: FunctionApplication {
              function: Variable {
               identifier: "getLib",
               position: (187, 10),
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "pkgs",
                 position: (187, 17),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "nss",
                   position: (187, 22),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
            },
            Raw {
             content: "/lib64/libnss_*.so*,\n",
            },
           ],
           position: (179, 32),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (188, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (188, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (188, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (188, 39),
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "group",
                },
               ],
               position: (189, 7),
              },
              String {
               parts: [
                Raw {
                 content: "host.conf",
                },
               ],
               position: (190, 7),
              },
              String {
               parts: [
                Raw {
                 content: "hosts",
                },
               ],
               position: (191, 7),
              },
              String {
               parts: [
                Raw {
                 content: "nsswitch.conf",
                },
               ],
               position: (192, 7),
              },
              String {
               parts: [
                Raw {
                 content: "gai.conf",
                },
               ],
               position: (193, 7),
              },
              String {
               parts: [
                Raw {
                 content: "passwd",
                },
               ],
               position: (194, 7),
              },
              String {
               parts: [
                Raw {
                 content: "protocols",
                },
               ],
               position: (195, 7),
              },
              String {
               parts: [
                Raw {
                 content: "netconfig",
                },
               ],
               position: (198, 7),
              },
              String {
               parts: [
                Raw {
                 content: "resolv.conf",
                },
               ],
               position: (200, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (202, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "samba",
                   },
                  ],
                  position: (202, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (202, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/lmhosts",
                   },
                  ],
                  position: (202, 34),
                 },
                ),
               ],
               recursive: false,
               position: (202, 7),
              },
              String {
               parts: [
                Raw {
                 content: "services",
                },
               ],
               position: (203, 7),
              },
              String {
               parts: [
                Raw {
                 content: "default/nss",
                },
               ],
               position: (205, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (208, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "libnl",
                   },
                  ],
                  position: (208, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (208, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/classid",
                   },
                  ],
                  position: (208, 34),
                 },
                ),
               ],
               recursive: false,
               position: (208, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (209, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "libnl-3",
                   },
                  ],
                  position: (209, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (209, 28),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/classid",
                   },
                  ],
                  position: (209, 36),
                 },
                ),
               ],
               recursive: false,
               position: (209, 7),
              },
             ],
             position: (188, 47),
            },
           ],
          },
         ],
         position: (188, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/nis",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (212, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (212, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/nis\"\n",
          },
         ],
         position: (211, 24),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/nvidia",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (215, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (215, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/nvidia\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (216, 7),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "vdpau_wrapper.cfg",
               },
              ],
              position: (216, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (214, 27),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/opencl-common",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (219, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (219, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/opencl-common\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (220, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (220, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "OpenCL",
                  },
                 ],
                 position: (220, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (220, 35),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/**",
                  },
                 ],
                 position: (220, 43),
                },
               ),
              ],
              recursive: false,
              position: (220, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (218, 34),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/opencl-mesa",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (223, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (223, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/opencl-mesa\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (224, 7),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "default/drirc",
               },
              ],
              position: (224, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (222, 32),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/openssl",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (227, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (227, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/openssl\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (228, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (228, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "ssl",
                  },
                 ],
                 position: (228, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (228, 32),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/openssl.cnf",
                  },
                 ],
                 position: (228, 40),
                },
               ),
              ],
              recursive: false,
              position: (228, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (226, 28),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/p11-kit",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (231, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (231, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/p11-kit\"\n",
            },
           ],
           position: (230, 28),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (232, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (232, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (232, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (232, 39),
            },
            List {
             elements: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (233, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pkcs11",
                   },
                  ],
                  position: (233, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (233, 27),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                   },
                  ],
                  position: (233, 35),
                 },
                ),
               ],
               recursive: false,
               position: (233, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (234, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pkcs11",
                   },
                  ],
                  position: (234, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (234, 27),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/pkcs11.conf",
                   },
                  ],
                  position: (234, 35),
                 },
                ),
               ],
               recursive: false,
               position: (234, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (235, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pkcs11",
                   },
                  ],
                  position: (235, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (235, 27),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/modules/",
                   },
                  ],
                  position: (235, 35),
                 },
                ),
               ],
               recursive: false,
               position: (235, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (236, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pkcs11",
                   },
                  ],
                  position: (236, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (236, 27),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/modules/*",
                   },
                  ],
                  position: (236, 35),
                 },
                ),
               ],
               recursive: false,
               position: (236, 7),
              },
             ],
             position: (232, 47),
            },
           ],
          },
         ],
         position: (232, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/perl",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (239, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (239, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/perl\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (240, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (240, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "perl",
                  },
                 ],
                 position: (240, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (240, 33),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/**",
                  },
                 ],
                 position: (240, 41),
                },
               ),
              ],
              recursive: false,
              position: (240, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (238, 25),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/php",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (243, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (243, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/php\"\n",
            },
           ],
           position: (242, 24),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (244, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (244, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (244, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (244, 39),
            },
            List {
             elements: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (245, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "php",
                   },
                  ],
                  position: (245, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (245, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**/",
                   },
                  ],
                  position: (245, 32),
                 },
                ),
               ],
               recursive: false,
               position: (245, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (246, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "php5",
                   },
                  ],
                  position: (246, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (246, 25),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**/",
                   },
                  ],
                  position: (246, 33),
                 },
                ),
               ],
               recursive: false,
               position: (246, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (247, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "php7",
                   },
                  ],
                  position: (247, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (247, 25),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**/",
                   },
                  ],
                  position: (247, 33),
                 },
                ),
               ],
               recursive: false,
               position: (247, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (248, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "php",
                   },
                  ],
                  position: (248, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (248, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**.ini",
                   },
                  ],
                  position: (248, 32),
                 },
                ),
               ],
               recursive: false,
               position: (248, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (249, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "php5",
                   },
                  ],
                  position: (249, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (249, 25),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**.ini",
                   },
                  ],
                  position: (249, 33),
                 },
                ),
               ],
               recursive: false,
               position: (249, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (250, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "php7",
                   },
                  ],
                  position: (250, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (250, 25),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**.ini",
                   },
                  ],
                  position: (250, 33),
                 },
                ),
               ],
               recursive: false,
               position: (250, 7),
              },
             ],
             position: (244, 47),
            },
           ],
          },
         ],
         position: (244, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/postfix-common",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (253, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (253, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/postfix-common\"\n",
            },
           ],
           position: (252, 35),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (254, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (254, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (254, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (254, 39),
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "mailname",
                },
               ],
               position: (255, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (256, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "postfix",
                   },
                  ],
                  position: (256, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (256, 28),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*.cf",
                   },
                  ],
                  position: (256, 36),
                 },
                ),
               ],
               recursive: false,
               position: (256, 7),
              },
              String {
               parts: [
                Raw {
                 content: "postfix/main.cf",
                },
               ],
               position: (257, 7),
              },
              String {
               parts: [
                Raw {
                 content: "postfix/master.cf",
                },
               ],
               position: (258, 7),
              },
             ],
             position: (254, 47),
            },
           ],
          },
         ],
         position: (254, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/python",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (261, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (261, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/python\"\n",
          },
         ],
         position: (260, 27),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/qt5",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (264, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (264, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/qt5\"\n",
            },
           ],
           position: (263, 24),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (265, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (265, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (265, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (265, 39),
            },
            List {
             elements: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (266, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "xdg",
                   },
                  ],
                  position: (266, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (266, 24),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/QtProject/qtlogging.ini",
                   },
                  ],
                  position: (266, 32),
                 },
                ),
               ],
               recursive: false,
               position: (266, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (267, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "xdg/QtProject",
                   },
                  ],
                  position: (267, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (267, 34),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/qtlogging.ini",
                   },
                  ],
                  position: (267, 42),
                 },
                ),
               ],
               recursive: false,
               position: (267, 7),
              },
              String {
               parts: [
                Raw {
                 content: "xdg/QtProject/qtlogging.ini",
                },
               ],
               position: (268, 7),
              },
             ],
             position: (265, 47),
            },
           ],
          },
         ],
         position: (265, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/samba",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (271, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (271, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/samba\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (272, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (272, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "samba",
                  },
                 ],
                 position: (272, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (272, 34),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/*",
                  },
                 ],
                 position: (272, 42),
                },
               ),
              ],
              recursive: false,
              position: (272, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (270, 26),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/ssl_certs",
             },
            ],
           ),
          },
         ],
        },
        BinaryOperation {
         operator: Addition,
         operands: [
          String {
           parts: [
            Raw {
             content: "include \"",
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (275, 16),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apparmor-profiles",
                 position: (275, 21),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/etc/apparmor.d/abstractions/ssl_certs\"\n\n# For the NixOS module: security.acme\nr /var/lib/acme/*/cert.pem,\nr /var/lib/acme/*/chain.pem,\nr /var/lib/acme/*/fullchain.pem,\n\n",
            },
           ],
           position: (274, 30),
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (282, 10),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatMapStringsSep",
               position: (282, 14),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
              },
             ],
             position: (282, 34),
            },
            Variable {
             identifier: "etcRule",
             position: (282, 39),
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "ssl/certs/ca-certificates.crt",
                },
               ],
               position: (283, 7),
              },
              String {
               parts: [
                Raw {
                 content: "ssl/certs/ca-bundle.crt",
                },
               ],
               position: (284, 7),
              },
              String {
               parts: [
                Raw {
                 content: "pki/tls/certs/ca-bundle.crt",
                },
               ],
               position: (285, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (287, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ssl/trust",
                   },
                  ],
                  position: (287, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (287, 30),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                   },
                  ],
                  position: (287, 38),
                 },
                ),
               ],
               recursive: false,
               position: (287, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (288, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ssl/trust",
                   },
                  ],
                  position: (288, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (288, 30),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (288, 38),
                 },
                ),
               ],
               recursive: false,
               position: (288, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (289, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ssl/trust/anchors",
                   },
                  ],
                  position: (289, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (289, 38),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                   },
                  ],
                  position: (289, 46),
                 },
                ),
               ],
               recursive: false,
               position: (289, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (290, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ssl/trust/anchors",
                   },
                  ],
                  position: (290, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (290, 38),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**",
                   },
                  ],
                  position: (290, 46),
                 },
                ),
               ],
               recursive: false,
               position: (290, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (291, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pki/trust",
                   },
                  ],
                  position: (291, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (291, 30),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                   },
                  ],
                  position: (291, 38),
                 },
                ),
               ],
               recursive: false,
               position: (291, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (292, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pki/trust",
                   },
                  ],
                  position: (292, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (292, 30),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/*",
                   },
                  ],
                  position: (292, 38),
                 },
                ),
               ],
               recursive: false,
               position: (292, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (293, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pki/trust/anchors",
                   },
                  ],
                  position: (293, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (293, 38),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                   },
                  ],
                  position: (293, 46),
                 },
                ),
               ],
               recursive: false,
               position: (293, 7),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (294, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pki/trust/anchors",
                   },
                  ],
                  position: (294, 16),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "trail",
                    position: (294, 38),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/**",
                   },
                  ],
                  position: (294, 46),
                 },
                ),
               ],
               recursive: false,
               position: (294, 7),
              },
             ],
             position: (282, 47),
            },
           ],
          },
         ],
         position: (282, 8),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/ssl_keys",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "# security.acme NixOS module\nr /var/lib/acme/*/full.pem,\nr /var/lib/acme/*/key.pem,\n",
          },
         ],
         position: (296, 29),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/vulkan",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (302, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (302, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/vulkan\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (303, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (303, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "vulkan/icd.d",
                  },
                 ],
                 position: (303, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (303, 41),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/",
                  },
                 ],
                 position: (303, 49),
                },
               ),
              ],
              recursive: false,
              position: (303, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (304, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (304, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "vulkan/icd.d",
                  },
                 ],
                 position: (304, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (304, 41),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/*.json",
                  },
                 ],
                 position: (304, 49),
                },
               ),
              ],
              recursive: false,
              position: (304, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (301, 27),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/winbind",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (307, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (307, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/winbind\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (308, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (308, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "samba",
                  },
                 ],
                 position: (308, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (308, 34),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/smb.conf",
                  },
                 ],
                 position: (308, 42),
                },
               ),
              ],
              recursive: false,
              position: (308, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (309, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (309, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "samba",
                  },
                 ],
                 position: (309, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (309, 34),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/dhcp.conf",
                  },
                 ],
                 position: (309, 42),
                },
               ),
              ],
              recursive: false,
              position: (309, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (306, 28),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: __StringParts(
            [
             Raw {
              content: "abstractions/X",
             },
            ],
           ),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "include \"",
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (312, 16),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "apparmor-profiles",
               position: (312, 21),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "/etc/apparmor.d/abstractions/X\"\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (313, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (313, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "X11/cursors",
                  },
                 ],
                 position: (313, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (313, 40),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/",
                  },
                 ],
                 position: (313, 48),
                },
               ),
              ],
              recursive: false,
              position: (313, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "etcRule",
             position: (314, 7),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "path",
                   position: (314, 17),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "X11/cursors",
                  },
                 ],
                 position: (314, 24),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "trail",
                   position: (314, 40),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/**",
                  },
                 ],
                 position: (314, 48),
                },
               ),
              ],
              recursive: false,
              position: (314, 15),
             },
            ],
           },
          },
          Raw {
           content: "\n",
          },
         ],
         position: (311, 22),
        },
       ),
      ],
      recursive: false,
      position: (23, 37),
     },
    ),
   ],
   recursive: false,
   position: (16, 1),
  },
  position: (2, 1),
 },
 position: (1, 1),
}