@@ -584,53 +584,53 @@ plugs:
584
584
var (
585
585
slotInstallation = map [string ][]string {
586
586
// other
587
- "adb-support" : {"core" },
588
- "audio-playback" : {"app" , "core" },
589
- "audio-record" : {"app" , "core" },
590
- "autopilot-introspection" : {"core" },
591
- "avahi-control" : {"app" , "core" },
592
- "avahi-observe" : {"app" , "core" },
593
- "bluez" : {"app" , "core" },
594
- "bool-file" : {"core" , "gadget" },
595
- "browser-support" : {"core" },
596
- "content" : {"app" , "gadget" },
597
- "core-support" : {"core" },
598
- "cups" : {"app" },
599
- "cups-control" : {"app" , "core" },
600
- "dbus" : {"app" },
601
- "docker-support" : {"core" },
602
- "desktop-launch" : {"core" },
603
- "dsp" : {"core" , "gadget" },
604
- "dummy" : {"app" },
605
- "fwupd" : {"app" , "core" },
606
- "gpio" : {"core" , "gadget" },
607
- "gpio-control" : {"core" },
608
- "greengrass-support" : {"core" },
609
- "hidraw" : {"core" , "gadget" },
610
- "i2c" : {"core" , "gadget" },
611
- "iio" : {"core" , "gadget" },
612
- "kubernetes-support" : {"core" },
613
- "location-control" : {"app" },
614
- "location-observe" : {"app" },
615
- "lxd-support" : {"core" },
616
- "maliit" : {"app" },
617
- "media-hub" : {"app" , "core" },
618
- "mir" : {"app" },
619
- "modem-manager" : {"app" , "core" },
620
- "mpris" : {"app" },
621
- "netlink-driver" : {"core" , "gadget" },
622
- "network-manager" : {"app" , "core" },
623
- "network-manager-observe" : {"app" , "core" },
624
- "network-status" : {"core" },
625
- "ofono" : {"app" , "core" },
626
- "online-accounts-service" : {"app" },
627
- "power-control" : {"core" },
628
- "ppp" : {"core" },
629
- "pulseaudio" : {"app" , "core" },
630
- "pwm" : {"core" , "gadget" },
631
- "raw-volume" : {"core" , "gadget" },
632
- "serial-port" : {"core" , "gadget" },
633
- "spi" : {"core" , "gadget" },
587
+ "adb-support" : {"core" },
588
+ "audio-playback" : {"app" , "core" },
589
+ "audio-record" : {"app" , "core" },
590
+ "autopilot-introspection" : {"core" },
591
+ "avahi-control" : {"app" , "core" },
592
+ "avahi-observe" : {"app" , "core" },
593
+ "bluez" : {"app" , "core" },
594
+ "bool-file" : {"core" , "gadget" },
595
+ "browser-support" : {"core" },
596
+ "content" : {"app" , "gadget" },
597
+ "core-support" : {"core" },
598
+ "cups" : {"app" },
599
+ "cups-control" : {"app" , "core" },
600
+ "dbus" : {"app" },
601
+ "docker-support" : {"core" },
602
+ "desktop-launch" : {"core" },
603
+ "dsp" : {"core" , "gadget" },
604
+ "dummy" : {"app" },
605
+ "fwupd" : {"app" , "core" },
606
+ "gpio" : {"core" , "gadget" },
607
+ "gpio-control" : {"core" },
608
+ "greengrass-support" : {"core" },
609
+ "hidraw" : {"core" , "gadget" },
610
+ "i2c" : {"core" , "gadget" },
611
+ "iio" : {"core" , "gadget" },
612
+ "kubernetes-support" : {"core" },
613
+ "location-control" : {"app" },
614
+ "location-observe" : {"app" },
615
+ "lxd-support" : {"core" },
616
+ "maliit" : {"app" },
617
+ "media-hub" : {"app" , "core" },
618
+ "mir" : {"app" },
619
+ "modem-manager" : {"app" , "core" },
620
+ "mpris" : {"app" },
621
+ "netlink-driver" : {"core" , "gadget" },
622
+ "network-manager" : {"app" , "core" },
623
+ "network-manager-observe" : {"app" , "core" },
624
+ "network-status" : {"core" },
625
+ "ofono" : {"app" , "core" },
626
+ "online-accounts-service" : {"app" },
627
+ "power-control" : {"core" },
628
+ "ppp" : {"core" },
629
+ "pulseaudio" : {"app" , "core" },
630
+ "pwm" : {"core" , "gadget" },
631
+ "raw-volume" : {"core" , "gadget" },
632
+ "serial-port" : {"core" , "gadget" },
633
+ "spi" : {"core" , "gadget" },
634
634
"storage-framework-service" : {"app" },
635
635
"thumbnailer-service" : {"app" },
636
636
"ubuntu-download-manager" : {"app" },
@@ -760,15 +760,15 @@ func (s *baseDeclSuite) TestConnection(c *C) {
760
760
// connecting with these interfaces needs to be allowed on
761
761
// case-by-case basis
762
762
noconnect := map [string ]bool {
763
- "content" : true ,
764
- "cups" : true ,
765
- "docker" : true ,
766
- "fwupd" : true ,
767
- "location-control" : true ,
768
- "location-observe" : true ,
769
- "lxd" : true ,
770
- "maliit" : true ,
771
- "mir" : true ,
763
+ "content" : true ,
764
+ "cups" : true ,
765
+ "docker" : true ,
766
+ "fwupd" : true ,
767
+ "location-control" : true ,
768
+ "location-observe" : true ,
769
+ "lxd" : true ,
770
+ "maliit" : true ,
771
+ "mir" : true ,
772
772
"online-accounts-service" : true ,
773
773
"raw-volume" : true ,
774
774
"storage-framework-service" : true ,
0 commit comments