This file is indexed.

/usr/share/trust_router/redhat/trusts.cfg is in moonshot-trust-router 1.4.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
  "communities": [
    {
      "apcs": [
        "pci-community.ja.net"
      ],
      "community_id": "comm.offcenter.org",
      "idp_realms": [
        "idr2.offcenter.org"
      ],
      "rp_realms": [
        "sr3.offcenter.org"
      ],
      "type": "coi"
    },
    {
      "apcs": [

      ],
      "community_id": "pci-community.ja.net",
      "idp_realms": [
        "idr1.offcenter.org",
        "idr2.offcenter.org",
        "ja.net",
        "no-longer-untitled.offcenter.org"
      ],
      "rp_realms": [
        "exchange.ja.net",
        "sr3.offcenter.org"
      ],
      "type": "apc"
    }
  ],
  "idp_realms": [
    {
      "aaa_servers": [
        "127.0.0.1"
      ],
      "apcs": [
        "pci-community.ja.net"
      ],
      "realm_id": "idr1.offcenter.org",
      "shared_config": "yes"
    },
    {
      "aaa_servers": [
        "127.0.0.1"
      ],
      "apcs": [
        "pci-community.ja.net"
      ],
      "realm_id": "idr2.offcenter.org",
      "shared_config": "no"
    },
    {
      "aaa_servers": [
        "10.1.10.90"
      ],
      "apcs": [
        "pci-community.ja.net"
      ],
      "realm_id": "ja.net",
      "shared_config": "no"
    },
    {
      "aaa_servers": [
        "127.0.0.1"
      ],
      "apcs": [
        "pci-community.ja.net"
      ],
      "realm_id": "no-longer-untitled.offcenter.org",
      "shared_config": "yes"
    }
  ],
  "rp_clients": [
    {
      "filter": {
        "filter_lines": [
          {
            "action": "accept",
            "domain_constraints": ["*.exchange.ja.net"],
            "filter_specs": [
              {
                "field": "rp_realm",
                "match": "exchange.ja.net"
              },
              {
                "field": "rp_realm",
                "match": "*.exchange.ja.net"
              }
            ],
            "realm_constraints": ["*.exchange.ja.net", "a.com"]
          }
        ],
        "type": "rp_permitted"
      },
      "gss_names": [
        "01b80aa9-8753-4691-8f8a-f49f7793546f@portal-realm.ja.net"
      ]
    },
    {
      "filter": {
        "filter_lines": [
          {
            "action": "accept",
            "domain_constraints": ["*.bob.sr3.offcenter.org"],
            "filter_specs": [
              {
                "field": "rp_realm",
                "match": "sr3.offcenter.org"
              },
              {
                "field": "rp_realm",
                "match": "*.sr3.offcenter.org"
              }
            ],
            "realm_constraints": ["*.sr3.offcenter.org" ]
          }
        ],
        "type": "rp_permitted"
      },
      "gss_names": [
        "895c308a-5624-4055-bb4f-ea24b77e6637@portal-realm.ja.net"
      ]
    }
  ]
}