~mardy/click-reviewers-tools/oa-plugin-1520605

« back to all changes in this revision

Viewing changes to data/apparmor-easyprof-ubuntu.json

  • Committer: Jamie Strandboge
  • Date: 2015-10-26 22:00:58 UTC
  • Revision ID: jamie@ubuntu.com-20151026220058-0biijuh7qspzdaek
* update data/apparmor-easyprof-ubuntu.json for 16.04 policy
* Makefile: add json syntax check

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
          "connectivity",
153
153
          "content_exchange",
154
154
          "content_exchange_source",
 
155
          "in-app-purchases",
155
156
          "keep-display-on",
156
157
          "location",
157
158
          "microphone",
198
199
          "connectivity",
199
200
          "content_exchange",
200
201
          "content_exchange_source",
 
202
          "in-app-purchases",
 
203
          "keep-display-on",
 
204
          "location",
 
205
          "microphone",
 
206
          "networking",
 
207
          "push-notification-client",
 
208
          "sensors",
 
209
          "usermetrics",
 
210
          "video",
 
211
          "webview"
 
212
        ],
 
213
        "reserved": [
 
214
          "calendar",
 
215
          "contacts",
 
216
          "debug",
 
217
          "history",
 
218
          "music_files",
 
219
          "music_files_read",
 
220
          "picture_files",
 
221
          "picture_files_read",
 
222
          "video_files",
 
223
          "video_files_read"
 
224
        ]
 
225
      }
 
226
    },
 
227
    "16.04": {
 
228
      "templates": {
 
229
        "common": [
 
230
          "default",
 
231
          "ubuntu-account-plugin",
 
232
          "ubuntu-push-helper",
 
233
          "ubuntu-scope-network",
 
234
          "ubuntu-sdk",
 
235
          "ubuntu-webapp"
 
236
        ],
 
237
        "reserved": [
 
238
          "unconfined"
 
239
        ]
 
240
      },
 
241
      "policy_groups": {
 
242
        "common": [
 
243
          "accounts",
 
244
          "audio",
 
245
          "camera",
 
246
          "connectivity",
 
247
          "content_exchange",
 
248
          "content_exchange_source",
 
249
          "in-app-purchases",
201
250
          "keep-display-on",
202
251
          "location",
203
252
          "microphone",
269
318
          "video_files_read"
270
319
        ]
271
320
      }
 
321
    },
 
322
    "16.04": {
 
323
      "templates": {
 
324
        "common": [
 
325
          "default",
 
326
          "ubuntu-account-plugin",
 
327
          "ubuntu-push-helper",
 
328
          "ubuntu-scope-network",
 
329
          "ubuntu-sdk",
 
330
          "ubuntu-webapp"
 
331
        ],
 
332
        "reserved": [
 
333
          "unconfined"
 
334
        ]
 
335
      },
 
336
      "policy_groups": {
 
337
        "common": [
 
338
          "accounts",
 
339
          "audio",
 
340
          "camera",
 
341
          "connectivity",
 
342
          "content_exchange",
 
343
          "content_exchange_source",
 
344
          "keep-display-on",
 
345
          "location",
 
346
          "microphone",
 
347
          "networking",
 
348
          "push-notification-client",
 
349
          "sensors",
 
350
          "usermetrics",
 
351
          "video",
 
352
          "webview"
 
353
        ],
 
354
        "reserved": [
 
355
          "calendar",
 
356
          "contacts",
 
357
          "debug",
 
358
          "history",
 
359
          "music_files",
 
360
          "music_files_read",
 
361
          "picture_files",
 
362
          "picture_files_read",
 
363
          "video_files",
 
364
          "video_files_read"
 
365
        ]
 
366
      }
272
367
    }
273
368
  },
274
369
  "ubuntu-snappy": {
337
432
          "snapd"
338
433
        ]
339
434
      }
 
435
    },
 
436
    "16.04": {
 
437
      "templates": {
 
438
        "common": [
 
439
          "default"
 
440
        ],
 
441
        "reserved": [
 
442
          "unconfined"
 
443
        ]
 
444
      },
 
445
      "policy_groups": {
 
446
        "common": [
 
447
          "network-client",
 
448
          "network-service"
 
449
        ],
 
450
        "reserved": [
 
451
          "network-admin",
 
452
          "network-firewall",
 
453
          "network-status",
 
454
          "snapd"
 
455
        ]
 
456
      }
340
457
    }
341
458
  }
342
459
}