File packages-games.yaml of Package smar-apparmor-profiles

- name: "wesnoth"
  in_directory:
    "games":
      files:
        - "wesnoth"

- name: "wesnoth-server"
  load_profile_by_systemd:
    user:
      "wesnothd":
        profile: "wesnothd"
        # Override NoNewPrivileges=yes.
        #
        # NOTE: Before systemd-255, MemoryDenyWriteExecute=
        #       and few similar flags also needs to be
        #       disabled.
        no_new_privs: false
  in_directory:
    "games":
      files:
        - "wesnothd"

# NOTE: There is no package existing with this name.
- name: "valheim-docker-server"
  included_tunables:
    - "valheim"
  namespaces:
    - "valheim"

# kate: indent-width 2