Import snapd_2.27.4.orig.tar.gz
authorMichael Hudson-Doyle <michael.hudson@ubuntu.com>
Thu, 24 Aug 2017 10:12:52 +0000 (11:12 +0100)
committerMichael Hudson-Doyle <michael.hudson@ubuntu.com>
Thu, 24 Aug 2017 10:12:52 +0000 (11:12 +0100)
commit9074fde3375daedc7c67fa576ea8f86a6723fa63
tree128ba2f5b6147036c9c77651585f9d356907d500
Import snapd_2.27.4.orig.tar.gz

[dgit import orig snapd_2.27.4.orig.tar.gz]
1523 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYING [new file with mode: 0644]
HACKING.md [new file with mode: 0644]
README.md [new file with mode: 0644]
arch/arch.go [new file with mode: 0644]
arch/arch_test.go [new file with mode: 0644]
asserts/account.go [new file with mode: 0644]
asserts/account_key.go [new file with mode: 0644]
asserts/account_key_test.go [new file with mode: 0644]
asserts/account_test.go [new file with mode: 0644]
asserts/asserts.go [new file with mode: 0644]
asserts/asserts_test.go [new file with mode: 0644]
asserts/assertstest/assertstest.go [new file with mode: 0644]
asserts/assertstest/assertstest_test.go [new file with mode: 0644]
asserts/crypto.go [new file with mode: 0644]
asserts/database.go [new file with mode: 0644]
asserts/database_test.go [new file with mode: 0644]
asserts/device_asserts.go [new file with mode: 0644]
asserts/device_asserts_test.go [new file with mode: 0644]
asserts/digest.go [new file with mode: 0644]
asserts/digest_test.go [new file with mode: 0644]
asserts/export_test.go [new file with mode: 0644]
asserts/fetcher.go [new file with mode: 0644]
asserts/fetcher_test.go [new file with mode: 0644]
asserts/findwildcard.go [new file with mode: 0644]
asserts/findwildcard_test.go [new file with mode: 0644]
asserts/fsbackstore.go [new file with mode: 0644]
asserts/fsbackstore_test.go [new file with mode: 0644]
asserts/fsentryutils.go [new file with mode: 0644]
asserts/fskeypairmgr.go [new file with mode: 0644]
asserts/fskeypairmgr_test.go [new file with mode: 0644]
asserts/gpgkeypairmgr.go [new file with mode: 0644]
asserts/gpgkeypairmgr_test.go [new file with mode: 0644]
asserts/header_checks.go [new file with mode: 0644]
asserts/headers.go [new file with mode: 0644]
asserts/headers_test.go [new file with mode: 0644]
asserts/ifacedecls.go [new file with mode: 0644]
asserts/ifacedecls_test.go [new file with mode: 0644]
asserts/membackstore.go [new file with mode: 0644]
asserts/membackstore_test.go [new file with mode: 0644]
asserts/memkeypairmgr.go [new file with mode: 0644]
asserts/memkeypairmgr_test.go [new file with mode: 0644]
asserts/privkeys_for_test.go [new file with mode: 0644]
asserts/repair.go [new file with mode: 0644]
asserts/repair_test.go [new file with mode: 0644]
asserts/signtool/sign.go [new file with mode: 0644]
asserts/signtool/sign_test.go [new file with mode: 0644]
asserts/snap_asserts.go [new file with mode: 0644]
asserts/snap_asserts_test.go [new file with mode: 0644]
asserts/snapasserts/snapasserts.go [new file with mode: 0644]
asserts/snapasserts/snapasserts_test.go [new file with mode: 0644]
asserts/sysdb/staging.go [new file with mode: 0644]
asserts/sysdb/sysdb.go [new file with mode: 0644]
asserts/sysdb/sysdb_test.go [new file with mode: 0644]
asserts/sysdb/testkeys.go [new file with mode: 0644]
asserts/sysdb/trusted.go [new file with mode: 0644]
asserts/systestkeys/trusted.go [new file with mode: 0644]
asserts/user.go [new file with mode: 0644]
asserts/user_test.go [new file with mode: 0644]
boot/boottest/mockbootloader.go [new file with mode: 0644]
boot/kernel_os.go [new file with mode: 0644]
boot/kernel_os_test.go [new file with mode: 0644]
client/aliases.go [new file with mode: 0644]
client/aliases_test.go [new file with mode: 0644]
client/asserts.go [new file with mode: 0644]
client/asserts_test.go [new file with mode: 0644]
client/buy.go [new file with mode: 0644]
client/change.go [new file with mode: 0644]
client/change_test.go [new file with mode: 0644]
client/client.go [new file with mode: 0644]
client/client_test.go [new file with mode: 0644]
client/conf.go [new file with mode: 0644]
client/conf_test.go [new file with mode: 0644]
client/export_test.go [new file with mode: 0644]
client/icons.go [new file with mode: 0644]
client/icons_test.go [new file with mode: 0644]
client/interfaces.go [new file with mode: 0644]
client/interfaces_test.go [new file with mode: 0644]
client/login.go [new file with mode: 0644]
client/login_test.go [new file with mode: 0644]
client/packages.go [new file with mode: 0644]
client/packages_test.go [new file with mode: 0644]
client/snap_op.go [new file with mode: 0644]
client/snap_op_test.go [new file with mode: 0644]
client/snapctl.go [new file with mode: 0644]
client/snapctl_test.go [new file with mode: 0644]
cmd/.indent.pro [new file with mode: 0644]
cmd/Makefile.am [new file with mode: 0644]
cmd/autogen.sh [new file with mode: 0755]
cmd/cmd.go [new file with mode: 0644]
cmd/cmd_test.go [new file with mode: 0644]
cmd/configure.ac [new file with mode: 0644]
cmd/decode-mount-opts/decode-mount-opts.c [new file with mode: 0644]
cmd/export_test.go [new file with mode: 0644]
cmd/libsnap-confine-private/classic-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/classic.c [new file with mode: 0644]
cmd/libsnap-confine-private/classic.h [new file with mode: 0644]
cmd/libsnap-confine-private/cleanup-funcs-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/cleanup-funcs.c [new file with mode: 0644]
cmd/libsnap-confine-private/cleanup-funcs.h [new file with mode: 0644]
cmd/libsnap-confine-private/error-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/error.c [new file with mode: 0644]
cmd/libsnap-confine-private/error.h [new file with mode: 0644]
cmd/libsnap-confine-private/fault-injection-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/fault-injection.c [new file with mode: 0644]
cmd/libsnap-confine-private/fault-injection.h [new file with mode: 0644]
cmd/libsnap-confine-private/locking-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/locking.c [new file with mode: 0644]
cmd/libsnap-confine-private/locking.h [new file with mode: 0644]
cmd/libsnap-confine-private/mount-opt-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/mount-opt.c [new file with mode: 0644]
cmd/libsnap-confine-private/mount-opt.h [new file with mode: 0644]
cmd/libsnap-confine-private/mountinfo-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/mountinfo.c [new file with mode: 0644]
cmd/libsnap-confine-private/mountinfo.h [new file with mode: 0644]
cmd/libsnap-confine-private/privs-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/privs.c [new file with mode: 0644]
cmd/libsnap-confine-private/privs.h [new file with mode: 0644]
cmd/libsnap-confine-private/secure-getenv-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/secure-getenv.c [new file with mode: 0644]
cmd/libsnap-confine-private/secure-getenv.h [new file with mode: 0644]
cmd/libsnap-confine-private/snap-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/snap.c [new file with mode: 0644]
cmd/libsnap-confine-private/snap.h [new file with mode: 0644]
cmd/libsnap-confine-private/string-utils-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/string-utils.c [new file with mode: 0644]
cmd/libsnap-confine-private/string-utils.h [new file with mode: 0644]
cmd/libsnap-confine-private/test-utils-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/test-utils.c [new file with mode: 0644]
cmd/libsnap-confine-private/test-utils.h [new file with mode: 0644]
cmd/libsnap-confine-private/unit-tests-main.c [new file with mode: 0644]
cmd/libsnap-confine-private/unit-tests.c [new file with mode: 0644]
cmd/libsnap-confine-private/unit-tests.h [new file with mode: 0644]
cmd/libsnap-confine-private/utils-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/utils.c [new file with mode: 0644]
cmd/libsnap-confine-private/utils.h [new file with mode: 0644]
cmd/snap-confine/80-snappy-assign.rules [new file with mode: 0644]
cmd/snap-confine/PORTING [new file with mode: 0644]
cmd/snap-confine/README.mount_namespace [new file with mode: 0644]
cmd/snap-confine/README.nvidia [new file with mode: 0644]
cmd/snap-confine/README.syscalls [new file with mode: 0644]
cmd/snap-confine/apparmor-support.c [new file with mode: 0644]
cmd/snap-confine/apparmor-support.h [new file with mode: 0644]
cmd/snap-confine/cookie-support-test.c [new file with mode: 0644]
cmd/snap-confine/cookie-support.c [new file with mode: 0644]
cmd/snap-confine/cookie-support.h [new file with mode: 0644]
cmd/snap-confine/misc/0001-Add-printk-based-debugging-to-pivot_root.patch [new file with mode: 0644]
cmd/snap-confine/mount-support-nvidia.c [new file with mode: 0644]
cmd/snap-confine/mount-support-nvidia.h [new file with mode: 0644]
cmd/snap-confine/mount-support-test.c [new file with mode: 0644]
cmd/snap-confine/mount-support.c [new file with mode: 0644]
cmd/snap-confine/mount-support.h [new file with mode: 0644]
cmd/snap-confine/ns-support-test.c [new file with mode: 0644]
cmd/snap-confine/ns-support.c [new file with mode: 0644]
cmd/snap-confine/ns-support.h [new file with mode: 0644]
cmd/snap-confine/quirks.c [new file with mode: 0644]
cmd/snap-confine/quirks.h [new file with mode: 0644]
cmd/snap-confine/seccomp-support.c [new file with mode: 0644]
cmd/snap-confine/seccomp-support.h [new file with mode: 0644]
cmd/snap-confine/snap-confine-args-test.c [new file with mode: 0644]
cmd/snap-confine/snap-confine-args.c [new file with mode: 0644]
cmd/snap-confine/snap-confine-args.h [new file with mode: 0644]
cmd/snap-confine/snap-confine.apparmor.in [new file with mode: 0644]
cmd/snap-confine/snap-confine.c [new file with mode: 0644]
cmd/snap-confine/snap-confine.rst [new file with mode: 0644]
cmd/snap-confine/snappy-app-dev [new file with mode: 0755]
cmd/snap-confine/spread-tests/data/apt-keys/README.md [new file with mode: 0644]
cmd/snap-confine/spread-tests/data/apt-keys/sbuild-key.pub [new file with mode: 0644]
cmd/snap-confine/spread-tests/data/apt-keys/sbuild-key.sec [new file with mode: 0644]
cmd/snap-confine/spread-tests/distros/debian. [new file with mode: 0644]
cmd/snap-confine/spread-tests/distros/debian.common [new file with mode: 0644]
cmd/snap-confine/spread-tests/distros/ubuntu.14.04 [new file with mode: 0644]
cmd/snap-confine/spread-tests/distros/ubuntu.16.04 [new file with mode: 0644]
cmd/snap-confine/spread-tests/distros/ubuntu.16.10 [new file with mode: 0644]
cmd/snap-confine/spread-tests/distros/ubuntu.common [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/cgroup-used/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/core-is-preferred/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/debug-flags/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/hostfs-created-on-demand/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/media-visible-in-devmode/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.core.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.core.linode.amd64.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.core.linode.i386.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.core.qemu.amd64.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.core.qemu.i386.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.ubuntu-core.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.ubuntu-core.linode.amd64.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.ubuntu-core.linode.i386.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.ubuntu-core.qemu.amd64.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.classic.ubuntu-core.qemu.i386.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.core.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/expected.core.linode.json [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-layout/process.py [new file with mode: 0755]
cmd/snap-confine/spread-tests/main/mount-ns-layout/snap-arch.py [new file with mode: 0755]
cmd/snap-confine/spread-tests/main/mount-ns-layout/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-ns-sharing/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-profiles-bin-snap-destination/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-profiles-bin-snap-source/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-profiles-missing-dst/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-profiles-missing-src/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-profiles-mount-tmpfs/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-profiles-ro-mount/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-profiles-rw-mount/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/mount-usr-src/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/test-seccomp-compat/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/test-snap-runs/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/ubuntu-core-launcher-exists/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/user-data-dir-created/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/main/user-xdg-runtime-dir-created/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/regression/lp-1599608/task.yaml [new file with mode: 0644]
cmd/snap-confine/spread-tests/release.sh [new file with mode: 0755]
cmd/snap-confine/spread-tests/spread-prepare.sh [new file with mode: 0755]
cmd/snap-confine/udev-support.c [new file with mode: 0644]
cmd/snap-confine/udev-support.h [new file with mode: 0644]
cmd/snap-confine/user-support.c [new file with mode: 0644]
cmd/snap-confine/user-support.h [new file with mode: 0644]
cmd/snap-discard-ns/snap-discard-ns.c [new file with mode: 0644]
cmd/snap-discard-ns/snap-discard-ns.rst [new file with mode: 0644]
cmd/snap-exec/main.go [new file with mode: 0644]
cmd/snap-exec/main_test.go [new file with mode: 0644]
cmd/snap-repair/cmd_run.go [new file with mode: 0644]
cmd/snap-repair/cmd_run_test.go [new file with mode: 0644]
cmd/snap-repair/export_test.go [new file with mode: 0644]
cmd/snap-repair/main.go [new file with mode: 0644]
cmd/snap-repair/main_test.go [new file with mode: 0644]
cmd/snap-seccomp/export_test.go [new file with mode: 0644]
cmd/snap-seccomp/main.go [new file with mode: 0644]
cmd/snap-seccomp/main_test.go [new file with mode: 0644]
cmd/snap-update-ns/bootstrap.c [new file with mode: 0644]
cmd/snap-update-ns/bootstrap.go [new file with mode: 0644]
cmd/snap-update-ns/bootstrap.h [new file with mode: 0644]
cmd/snap-update-ns/bootstrap_test.go [new file with mode: 0644]
cmd/snap-update-ns/export_test.go [new file with mode: 0644]
cmd/snap-update-ns/main.go [new file with mode: 0644]
cmd/snap-update-ns/main_test.go [new file with mode: 0644]
cmd/snap/cmd_abort.go [new file with mode: 0644]
cmd/snap/cmd_ack.go [new file with mode: 0644]
cmd/snap/cmd_alias.go [new file with mode: 0644]
cmd/snap/cmd_alias_test.go [new file with mode: 0644]
cmd/snap/cmd_aliases.go [new file with mode: 0644]
cmd/snap/cmd_aliases_test.go [new file with mode: 0644]
cmd/snap/cmd_auto_import.go [new file with mode: 0644]
cmd/snap/cmd_auto_import_test.go [new file with mode: 0644]
cmd/snap/cmd_booted.go [new file with mode: 0644]
cmd/snap/cmd_buy.go [new file with mode: 0644]
cmd/snap/cmd_buy_test.go [new file with mode: 0644]
cmd/snap/cmd_changes.go [new file with mode: 0644]
cmd/snap/cmd_changes_test.go [new file with mode: 0644]
cmd/snap/cmd_confinement.go [new file with mode: 0644]
cmd/snap/cmd_confinement_test.go [new file with mode: 0644]
cmd/snap/cmd_connect.go [new file with mode: 0644]
cmd/snap/cmd_connect_test.go [new file with mode: 0644]
cmd/snap/cmd_create_key.go [new file with mode: 0644]
cmd/snap/cmd_create_key_test.go [new file with mode: 0644]
cmd/snap/cmd_create_user.go [new file with mode: 0644]
cmd/snap/cmd_create_user_test.go [new file with mode: 0644]
cmd/snap/cmd_debug.go [new file with mode: 0644]
cmd/snap/cmd_delete_key.go [new file with mode: 0644]
cmd/snap/cmd_delete_key_test.go [new file with mode: 0644]
cmd/snap/cmd_disconnect.go [new file with mode: 0644]
cmd/snap/cmd_disconnect_test.go [new file with mode: 0644]
cmd/snap/cmd_download.go [new file with mode: 0644]
cmd/snap/cmd_ensure_state_soon.go [new file with mode: 0644]
cmd/snap/cmd_ensure_state_soon_test.go [new file with mode: 0644]
cmd/snap/cmd_export_key.go [new file with mode: 0644]
cmd/snap/cmd_export_key_test.go [new file with mode: 0644]
cmd/snap/cmd_find.go [new file with mode: 0644]
cmd/snap/cmd_find_test.go [new file with mode: 0644]
cmd/snap/cmd_first_boot.go [new file with mode: 0644]
cmd/snap/cmd_get.go [new file with mode: 0644]
cmd/snap/cmd_get_base_declaration.go [new file with mode: 0644]
cmd/snap/cmd_get_base_declaration_test.go [new file with mode: 0644]
cmd/snap/cmd_get_test.go [new file with mode: 0644]
cmd/snap/cmd_help.go [new file with mode: 0644]
cmd/snap/cmd_help_test.go [new file with mode: 0644]
cmd/snap/cmd_info.go [new file with mode: 0644]
cmd/snap/cmd_info_test.go [new file with mode: 0644]
cmd/snap/cmd_interfaces.go [new file with mode: 0644]
cmd/snap/cmd_interfaces_test.go [new file with mode: 0644]
cmd/snap/cmd_keys.go [new file with mode: 0644]
cmd/snap/cmd_keys_test.go [new file with mode: 0644]
cmd/snap/cmd_known.go [new file with mode: 0644]
cmd/snap/cmd_known_test.go [new file with mode: 0644]
cmd/snap/cmd_list.go [new file with mode: 0644]
cmd/snap/cmd_list_test.go [new file with mode: 0644]
cmd/snap/cmd_login.go [new file with mode: 0644]
cmd/snap/cmd_login_test.go [new file with mode: 0644]
cmd/snap/cmd_logout.go [new file with mode: 0644]
cmd/snap/cmd_managed.go [new file with mode: 0644]
cmd/snap/cmd_managed_test.go [new file with mode: 0644]
cmd/snap/cmd_prefer.go [new file with mode: 0644]
cmd/snap/cmd_prefer_test.go [new file with mode: 0644]
cmd/snap/cmd_prepare_image.go [new file with mode: 0644]
cmd/snap/cmd_run.go [new file with mode: 0644]
cmd/snap/cmd_run_test.go [new file with mode: 0644]
cmd/snap/cmd_set.go [new file with mode: 0644]
cmd/snap/cmd_set_test.go [new file with mode: 0644]
cmd/snap/cmd_shell.go [new file with mode: 0644]
cmd/snap/cmd_sign.go [new file with mode: 0644]
cmd/snap/cmd_sign_build.go [new file with mode: 0644]
cmd/snap/cmd_sign_build_test.go [new file with mode: 0644]
cmd/snap/cmd_sign_test.go [new file with mode: 0644]
cmd/snap/cmd_snap_op.go [new file with mode: 0644]
cmd/snap/cmd_snap_op_test.go [new file with mode: 0644]
cmd/snap/cmd_unalias.go [new file with mode: 0644]
cmd/snap/cmd_unalias_test.go [new file with mode: 0644]
cmd/snap/cmd_version.go [new file with mode: 0644]
cmd/snap/cmd_version_test.go [new file with mode: 0644]
cmd/snap/cmd_watch.go [new file with mode: 0644]
cmd/snap/cmd_watch_test.go [new file with mode: 0644]
cmd/snap/cmd_whoami.go [new file with mode: 0644]
cmd/snap/complete.go [new file with mode: 0644]
cmd/snap/error.go [new file with mode: 0644]
cmd/snap/export_test.go [new file with mode: 0644]
cmd/snap/gnupg2_test.go [new file with mode: 0644]
cmd/snap/interfaces_common.go [new file with mode: 0644]
cmd/snap/interfaces_common_test.go [new file with mode: 0644]
cmd/snap/last.go [new file with mode: 0644]
cmd/snap/main.go [new file with mode: 0644]
cmd/snap/main_test.go [new file with mode: 0644]
cmd/snap/notes.go [new file with mode: 0644]
cmd/snap/notes_test.go [new file with mode: 0644]
cmd/snap/test-data/pubring.gpg [new file with mode: 0644]
cmd/snap/test-data/secring.gpg [new file with mode: 0644]
cmd/snap/test-data/trustdb.gpg [new file with mode: 0644]
cmd/snapctl/main.go [new file with mode: 0644]
cmd/snapctl/main_test.go [new file with mode: 0644]
cmd/snapd/main.go [new file with mode: 0644]
cmd/system-shutdown/system-shutdown-utils-test.c [new file with mode: 0644]
cmd/system-shutdown/system-shutdown-utils.c [new file with mode: 0644]
cmd/system-shutdown/system-shutdown-utils.h [new file with mode: 0644]
cmd/system-shutdown/system-shutdown.c [new file with mode: 0644]
cmd/version.go [new file with mode: 0644]
daemon/api.go [new file with mode: 0644]
daemon/api_mock_test.go [new file with mode: 0644]
daemon/api_test.go [new file with mode: 0644]
daemon/daemon.go [new file with mode: 0644]
daemon/daemon_test.go [new file with mode: 0644]
daemon/response.go [new file with mode: 0644]
daemon/response_test.go [new file with mode: 0644]
daemon/snap.go [new file with mode: 0644]
daemon/ucrednet.go [new file with mode: 0644]
daemon/ucrednet_test.go [new file with mode: 0644]
data/completion/complete.sh [new file with mode: 0644]
data/completion/etelpmoc.sh [new file with mode: 0755]
data/completion/snap [new file with mode: 0644]
data/failure.txt [new file with mode: 0644]
data/selinux/COPYING [new file with mode: 0644]
data/selinux/INSTALL.md [new file with mode: 0644]
data/selinux/Makefile [new file with mode: 0644]
data/selinux/README.md [new file with mode: 0644]
data/selinux/snappy.fc [new file with mode: 0644]
data/selinux/snappy.if [new file with mode: 0644]
data/selinux/snappy.te [new file with mode: 0644]
data/success.txt [new file with mode: 0644]
data/systemd/Makefile [new file with mode: 0644]
data/systemd/snap-repair.service.in [new file with mode: 0644]
data/systemd/snap-repair.timer [new file with mode: 0644]
data/systemd/snapd.autoimport.service.in [new file with mode: 0644]
data/systemd/snapd.core-fixup.service.in [new file with mode: 0644]
data/systemd/snapd.core-fixup.sh [new file with mode: 0755]
data/systemd/snapd.refresh.service.in [new file with mode: 0644]
data/systemd/snapd.refresh.timer [new file with mode: 0644]
data/systemd/snapd.service.in [new file with mode: 0644]
data/systemd/snapd.socket [new file with mode: 0644]
data/systemd/snapd.system-shutdown.service.in [new file with mode: 0644]
data/udev/rules.d/66-snapd-autoimport.rules [new file with mode: 0644]
debian [new symlink]
dirs/dirs.go [new file with mode: 0644]
dirs/dirs_test.go [new file with mode: 0644]
docs/MOVED.md [new file with mode: 0644]
errtracker/errtracker.go [new file with mode: 0644]
errtracker/errtracker_test.go [new file with mode: 0644]
errtracker/export_test.go [new file with mode: 0644]
etc/X11/Xsession.d/65snappy [new file with mode: 0644]
etc/profile.d/apps-bin-path.sh [new file with mode: 0644]
gen-coverage.sh [new file with mode: 0755]
generate-packaging-dir [new file with mode: 0755]
get-deps.sh [new file with mode: 0755]
httputil/export_test.go [new file with mode: 0644]
httputil/logger.go [new file with mode: 0644]
httputil/logger_test.go [new file with mode: 0644]
httputil/redirect17.go [new file with mode: 0644]
httputil/redirect18.go [new file with mode: 0644]
httputil/retry.go [new file with mode: 0644]
httputil/retry_test.go [new file with mode: 0644]
httputil/useragent.go [new file with mode: 0644]
httputil/useragent_test.go [new file with mode: 0644]
httputil/withtestkeys.go [new file with mode: 0644]
i18n/dumb/dumb.go [new file with mode: 0644]
i18n/i18n.go [new file with mode: 0644]
i18n/i18n_test.go [new file with mode: 0644]
i18n/xgettext-go/main.go [new file with mode: 0644]
i18n/xgettext-go/main_test.go [new file with mode: 0644]
image/export_test.go [new file with mode: 0644]
image/helpers.go [new file with mode: 0644]
image/image.go [new file with mode: 0644]
image/image_test.go [new file with mode: 0644]
interfaces/apparmor/apparmor.go [new file with mode: 0644]
interfaces/apparmor/apparmor_test.go [new file with mode: 0644]
interfaces/apparmor/backend.go [new file with mode: 0644]
interfaces/apparmor/backend_test.go [new file with mode: 0644]
interfaces/apparmor/export_test.go [new file with mode: 0644]
interfaces/apparmor/spec.go [new file with mode: 0644]
interfaces/apparmor/spec_test.go [new file with mode: 0644]
interfaces/apparmor/template.go [new file with mode: 0644]
interfaces/apparmor/template_vars.go [new file with mode: 0644]
interfaces/backend.go [new file with mode: 0644]
interfaces/backends/backends.go [new file with mode: 0644]
interfaces/builtin/account_control.go [new file with mode: 0644]
interfaces/builtin/account_control_test.go [new file with mode: 0644]
interfaces/builtin/all.go [new file with mode: 0644]
interfaces/builtin/all_test.go [new file with mode: 0644]
interfaces/builtin/alsa.go [new file with mode: 0644]
interfaces/builtin/alsa_test.go [new file with mode: 0644]
interfaces/builtin/autopilot.go [new file with mode: 0644]
interfaces/builtin/autopilot_test.go [new file with mode: 0644]
interfaces/builtin/avahi_observe.go [new file with mode: 0644]
interfaces/builtin/avahi_observe_test.go [new file with mode: 0644]
interfaces/builtin/bluetooth_control.go [new file with mode: 0644]
interfaces/builtin/bluetooth_control_test.go [new file with mode: 0644]
interfaces/builtin/bluez.go [new file with mode: 0644]
interfaces/builtin/bluez_test.go [new file with mode: 0644]
interfaces/builtin/bool_file.go [new file with mode: 0644]
interfaces/builtin/bool_file_test.go [new file with mode: 0644]
interfaces/builtin/broadcom_asic_control.go [new file with mode: 0644]
interfaces/builtin/broadcom_asic_control_test.go [new file with mode: 0644]
interfaces/builtin/browser_support.go [new file with mode: 0644]
interfaces/builtin/browser_support_test.go [new file with mode: 0644]
interfaces/builtin/camera.go [new file with mode: 0644]
interfaces/builtin/classic_support.go [new file with mode: 0644]
interfaces/builtin/classic_support_test.go [new file with mode: 0644]
interfaces/builtin/common.go [new file with mode: 0644]
interfaces/builtin/common_test.go [new file with mode: 0644]
interfaces/builtin/content.go [new file with mode: 0644]
interfaces/builtin/content_test.go [new file with mode: 0644]
interfaces/builtin/core_support.go [new file with mode: 0644]
interfaces/builtin/core_support_test.go [new file with mode: 0644]
interfaces/builtin/cups_control.go [new file with mode: 0644]
interfaces/builtin/dbus.go [new file with mode: 0644]
interfaces/builtin/dbus_test.go [new file with mode: 0644]
interfaces/builtin/dcdbas_control.go [new file with mode: 0644]
interfaces/builtin/dcdbas_control_test.go [new file with mode: 0644]
interfaces/builtin/docker.go [new file with mode: 0644]
interfaces/builtin/docker_support.go [new file with mode: 0644]
interfaces/builtin/docker_support_test.go [new file with mode: 0644]
interfaces/builtin/docker_test.go [new file with mode: 0644]
interfaces/builtin/export_test.go [new file with mode: 0644]
interfaces/builtin/firewall_control.go [new file with mode: 0644]
interfaces/builtin/firewall_control_test.go [new file with mode: 0644]
interfaces/builtin/framebuffer.go [new file with mode: 0644]
interfaces/builtin/framebuffer_test.go [new file with mode: 0644]
interfaces/builtin/fuse_support.go [new file with mode: 0644]
interfaces/builtin/fuse_support_test.go [new file with mode: 0644]
interfaces/builtin/fwupd.go [new file with mode: 0644]
interfaces/builtin/fwupd_test.go [new file with mode: 0644]
interfaces/builtin/gpio.go [new file with mode: 0644]
interfaces/builtin/gpio_test.go [new file with mode: 0644]
interfaces/builtin/greengrass_support.go [new file with mode: 0644]
interfaces/builtin/greengrass_support_test.go [new file with mode: 0644]
interfaces/builtin/gsettings.go [new file with mode: 0644]
interfaces/builtin/gsettings_test.go [new file with mode: 0644]
interfaces/builtin/hardware_observe.go [new file with mode: 0644]
interfaces/builtin/hardware_observe_test.go [new file with mode: 0644]
interfaces/builtin/hardware_random_control.go [new file with mode: 0644]
interfaces/builtin/hardware_random_control_test.go [new file with mode: 0644]
interfaces/builtin/hardware_random_observe.go [new file with mode: 0644]
interfaces/builtin/hardware_random_observe_test.go [new file with mode: 0644]
interfaces/builtin/hidraw.go [new file with mode: 0644]
interfaces/builtin/hidraw_test.go [new file with mode: 0644]
interfaces/builtin/home.go [new file with mode: 0644]
interfaces/builtin/home_test.go [new file with mode: 0644]
interfaces/builtin/i2c.go [new file with mode: 0644]
interfaces/builtin/i2c_test.go [new file with mode: 0644]
interfaces/builtin/iio.go [new file with mode: 0644]
interfaces/builtin/iio_test.go [new file with mode: 0644]
interfaces/builtin/io_ports_control.go [new file with mode: 0644]
interfaces/builtin/io_ports_control_test.go [new file with mode: 0644]
interfaces/builtin/joystick.go [new file with mode: 0644]
interfaces/builtin/joystick_test.go [new file with mode: 0644]
interfaces/builtin/kernel_module_control.go [new file with mode: 0644]
interfaces/builtin/kernel_module_control_test.go [new file with mode: 0644]
interfaces/builtin/kubernetes_support.go [new file with mode: 0644]
interfaces/builtin/kubernetes_support_test.go [new file with mode: 0644]
interfaces/builtin/libvirt.go [new file with mode: 0644]
interfaces/builtin/libvirt_test.go [new file with mode: 0644]
interfaces/builtin/locale_control.go [new file with mode: 0644]
interfaces/builtin/locale_control_test.go [new file with mode: 0644]
interfaces/builtin/location_control.go [new file with mode: 0644]
interfaces/builtin/location_control_test.go [new file with mode: 0644]
interfaces/builtin/location_observe.go [new file with mode: 0644]
interfaces/builtin/location_observe_test.go [new file with mode: 0644]
interfaces/builtin/log_observe.go [new file with mode: 0644]
interfaces/builtin/log_observe_test.go [new file with mode: 0644]
interfaces/builtin/lxd.go [new file with mode: 0644]
interfaces/builtin/lxd_support.go [new file with mode: 0644]
interfaces/builtin/lxd_support_test.go [new file with mode: 0644]
interfaces/builtin/lxd_test.go [new file with mode: 0644]
interfaces/builtin/maliit.go [new file with mode: 0644]
interfaces/builtin/maliit_test.go [new file with mode: 0644]
interfaces/builtin/media_hub.go [new file with mode: 0644]
interfaces/builtin/media_hub_test.go [new file with mode: 0644]
interfaces/builtin/mir.go [new file with mode: 0644]
interfaces/builtin/mir_test.go [new file with mode: 0644]
interfaces/builtin/modem_manager.go [new file with mode: 0644]
interfaces/builtin/modem_manager_test.go [new file with mode: 0644]
interfaces/builtin/mount_observe.go [new file with mode: 0644]
interfaces/builtin/mount_observe_test.go [new file with mode: 0644]
interfaces/builtin/mpris.go [new file with mode: 0644]
interfaces/builtin/mpris_test.go [new file with mode: 0644]
interfaces/builtin/netlink_audit.go [new file with mode: 0644]
interfaces/builtin/netlink_audit_test.go [new file with mode: 0644]
interfaces/builtin/netlink_connector.go [new file with mode: 0644]
interfaces/builtin/netlink_connector_test.go [new file with mode: 0644]
interfaces/builtin/network.go [new file with mode: 0644]
interfaces/builtin/network_bind.go [new file with mode: 0644]
interfaces/builtin/network_bind_test.go [new file with mode: 0644]
interfaces/builtin/network_control.go [new file with mode: 0644]
interfaces/builtin/network_control_test.go [new file with mode: 0644]
interfaces/builtin/network_manager.go [new file with mode: 0644]
interfaces/builtin/network_manager_test.go [new file with mode: 0644]
interfaces/builtin/network_observe.go [new file with mode: 0644]
interfaces/builtin/network_observe_test.go [new file with mode: 0644]
interfaces/builtin/network_setup_control.go [new file with mode: 0644]
interfaces/builtin/network_setup_control_test.go [new file with mode: 0644]
interfaces/builtin/network_setup_observe.go [new file with mode: 0644]
interfaces/builtin/network_setup_observe_test.go [new file with mode: 0644]
interfaces/builtin/network_status.go [new file with mode: 0644]
interfaces/builtin/network_status_test.go [new file with mode: 0644]
interfaces/builtin/network_test.go [new file with mode: 0644]
interfaces/builtin/ofono.go [new file with mode: 0644]
interfaces/builtin/ofono_test.go [new file with mode: 0644]
interfaces/builtin/online_accounts_service.go [new file with mode: 0644]
interfaces/builtin/online_accounts_service_test.go [new file with mode: 0644]
interfaces/builtin/opengl.go [new file with mode: 0644]
interfaces/builtin/openvswitch.go [new file with mode: 0644]
interfaces/builtin/openvswitch_support.go [new file with mode: 0644]
interfaces/builtin/openvswitch_support_test.go [new file with mode: 0644]
interfaces/builtin/openvswitch_test.go [new file with mode: 0644]
interfaces/builtin/optical_drive.go [new file with mode: 0644]
interfaces/builtin/password_manager_service.go [new file with mode: 0644]
interfaces/builtin/password_manager_service_test.go [new file with mode: 0644]
interfaces/builtin/physical_memory_control.go [new file with mode: 0644]
interfaces/builtin/physical_memory_control_test.go [new file with mode: 0644]
interfaces/builtin/physical_memory_observe.go [new file with mode: 0644]
interfaces/builtin/physical_memory_observe_test.go [new file with mode: 0644]
interfaces/builtin/ppp.go [new file with mode: 0644]
interfaces/builtin/ppp_test.go [new file with mode: 0644]
interfaces/builtin/process_control.go [new file with mode: 0644]
interfaces/builtin/process_control_test.go [new file with mode: 0644]
interfaces/builtin/pulseaudio.go [new file with mode: 0644]
interfaces/builtin/pulseaudio_test.go [new file with mode: 0644]
interfaces/builtin/raw_usb.go [new file with mode: 0644]
interfaces/builtin/raw_usb_test.go [new file with mode: 0644]
interfaces/builtin/removable_media.go [new file with mode: 0644]
interfaces/builtin/removable_media_test.go [new file with mode: 0644]
interfaces/builtin/screen_inhibit_control.go [new file with mode: 0644]
interfaces/builtin/screen_inhibit_control_test.go [new file with mode: 0644]
interfaces/builtin/serial_port.go [new file with mode: 0644]
interfaces/builtin/serial_port_test.go [new file with mode: 0644]
interfaces/builtin/shutdown.go [new file with mode: 0644]
interfaces/builtin/shutdown_test.go [new file with mode: 0644]
interfaces/builtin/snapd_control.go [new file with mode: 0644]
interfaces/builtin/snapd_control_test.go [new file with mode: 0644]
interfaces/builtin/storage_framework_service.go [new file with mode: 0644]
interfaces/builtin/storage_framework_service_test.go [new file with mode: 0644]
interfaces/builtin/system_observe.go [new file with mode: 0644]
interfaces/builtin/system_observe_test.go [new file with mode: 0644]
interfaces/builtin/system_trace.go [new file with mode: 0644]
interfaces/builtin/system_trace_test.go [new file with mode: 0644]
interfaces/builtin/thumbnailer_service.go [new file with mode: 0644]
interfaces/builtin/thumbnailer_service_test.go [new file with mode: 0644]
interfaces/builtin/time_control.go [new file with mode: 0644]
interfaces/builtin/time_control_test.go [new file with mode: 0644]
interfaces/builtin/timeserver_control.go [new file with mode: 0644]
interfaces/builtin/timeserver_control_test.go [new file with mode: 0644]
interfaces/builtin/timezone_control.go [new file with mode: 0644]
interfaces/builtin/timezone_control_test.go [new file with mode: 0644]
interfaces/builtin/tpm.go [new file with mode: 0644]
interfaces/builtin/tpm_test.go [new file with mode: 0644]
interfaces/builtin/ubuntu_download_manager.go [new file with mode: 0644]
interfaces/builtin/ubuntu_download_manager_test.go [new file with mode: 0644]
interfaces/builtin/udisks2.go [new file with mode: 0644]
interfaces/builtin/udisks2_test.go [new file with mode: 0644]
interfaces/builtin/uhid.go [new file with mode: 0644]
interfaces/builtin/uhid_test.go [new file with mode: 0644]
interfaces/builtin/unity7.go [new file with mode: 0644]
interfaces/builtin/unity7_test.go [new file with mode: 0644]
interfaces/builtin/unity8.go [new file with mode: 0644]
interfaces/builtin/unity8_calendar.go [new file with mode: 0644]
interfaces/builtin/unity8_calendar_test.go [new file with mode: 0644]
interfaces/builtin/unity8_contacts.go [new file with mode: 0644]
interfaces/builtin/unity8_contacts_test.go [new file with mode: 0644]
interfaces/builtin/unity8_pim_common.go [new file with mode: 0644]
interfaces/builtin/unity8_test.go [new file with mode: 0644]
interfaces/builtin/upower_observe.go [new file with mode: 0644]
interfaces/builtin/upower_observe_test.go [new file with mode: 0644]
interfaces/builtin/utils.go [new file with mode: 0644]
interfaces/builtin/x11.go [new file with mode: 0644]
interfaces/builtin/x11_test.go [new file with mode: 0644]
interfaces/core.go [new file with mode: 0644]
interfaces/core_test.go [new file with mode: 0644]
interfaces/dbus/backend.go [new file with mode: 0644]
interfaces/dbus/backend_test.go [new file with mode: 0644]
interfaces/dbus/dbus.go [new file with mode: 0644]
interfaces/dbus/dbus_test.go [new file with mode: 0644]
interfaces/dbus/export_test.go [new file with mode: 0644]
interfaces/dbus/spec.go [new file with mode: 0644]
interfaces/dbus/spec_test.go [new file with mode: 0644]
interfaces/dbus/template.go [new file with mode: 0644]
interfaces/ifacetest/backend.go [new file with mode: 0644]
interfaces/ifacetest/backendtest.go [new file with mode: 0644]
interfaces/ifacetest/ifacetest_test.go [new file with mode: 0644]
interfaces/ifacetest/spec.go [new file with mode: 0644]
interfaces/ifacetest/spec_test.go [new file with mode: 0644]
interfaces/ifacetest/testiface.go [new file with mode: 0644]
interfaces/ifacetest/testiface_test.go [new file with mode: 0644]
interfaces/json.go [new file with mode: 0644]
interfaces/json_test.go [new file with mode: 0644]
interfaces/kmod/backend.go [new file with mode: 0644]
interfaces/kmod/backend_test.go [new file with mode: 0644]
interfaces/kmod/export_test.go [new file with mode: 0644]
interfaces/kmod/kmod.go [new file with mode: 0644]
interfaces/kmod/kmod_test.go [new file with mode: 0644]
interfaces/kmod/spec.go [new file with mode: 0644]
interfaces/kmod/spec_test.go [new file with mode: 0644]
interfaces/mount/backend.go [new file with mode: 0644]
interfaces/mount/backend_test.go [new file with mode: 0644]
interfaces/mount/change.go [new file with mode: 0644]
interfaces/mount/change_test.go [new file with mode: 0644]
interfaces/mount/entry.go [new file with mode: 0644]
interfaces/mount/entry_test.go [new file with mode: 0644]
interfaces/mount/lock.go [new file with mode: 0644]
interfaces/mount/lock_test.go [new file with mode: 0644]
interfaces/mount/mountinfo.go [new file with mode: 0644]
interfaces/mount/mountinfo_test.go [new file with mode: 0644]
interfaces/mount/ns.go [new file with mode: 0644]
interfaces/mount/ns_test.go [new file with mode: 0644]
interfaces/mount/profile.go [new file with mode: 0644]
interfaces/mount/profile_test.go [new file with mode: 0644]
interfaces/mount/sorting.go [new file with mode: 0644]
interfaces/mount/sorting_test.go [new file with mode: 0644]
interfaces/mount/spec.go [new file with mode: 0644]
interfaces/mount/spec_test.go [new file with mode: 0644]
interfaces/naming.go [new file with mode: 0644]
interfaces/naming_test.go [new file with mode: 0644]
interfaces/policy/basedeclaration.go [new file with mode: 0644]
interfaces/policy/basedeclaration_test.go [new file with mode: 0644]
interfaces/policy/export_test.go [new file with mode: 0644]
interfaces/policy/helpers.go [new file with mode: 0644]
interfaces/policy/helpers_test.go [new file with mode: 0644]
interfaces/policy/policy.go [new file with mode: 0644]
interfaces/policy/policy_test.go [new file with mode: 0644]
interfaces/repo.go [new file with mode: 0644]
interfaces/repo_test.go [new file with mode: 0644]
interfaces/seccomp/backend.go [new file with mode: 0644]
interfaces/seccomp/backend_test.go [new file with mode: 0644]
interfaces/seccomp/export_test.go [new file with mode: 0644]
interfaces/seccomp/seccomp_test.go [new file with mode: 0644]
interfaces/seccomp/spec.go [new file with mode: 0644]
interfaces/seccomp/spec_test.go [new file with mode: 0644]
interfaces/seccomp/template.go [new file with mode: 0644]
interfaces/sorting.go [new file with mode: 0644]
interfaces/sorting_test.go [new file with mode: 0644]
interfaces/systemd/backend.go [new file with mode: 0644]
interfaces/systemd/backend_test.go [new file with mode: 0644]
interfaces/systemd/service.go [new file with mode: 0644]
interfaces/systemd/service_test.go [new file with mode: 0644]
interfaces/systemd/spec.go [new file with mode: 0644]
interfaces/systemd/spec_test.go [new file with mode: 0644]
interfaces/systemd/systemd_test.go [new file with mode: 0644]
interfaces/udev/backend.go [new file with mode: 0644]
interfaces/udev/backend_test.go [new file with mode: 0644]
interfaces/udev/spec.go [new file with mode: 0644]
interfaces/udev/spec_test.go [new file with mode: 0644]
interfaces/udev/udev.go [new file with mode: 0644]
interfaces/udev/udev_test.go [new file with mode: 0644]
logger/export_test.go [new file with mode: 0644]
logger/logger.go [new file with mode: 0644]
logger/logger_test.go [new file with mode: 0644]
mdlint.py [new file with mode: 0755]
mkversion.sh [new file with mode: 0755]
osutil/bootid.go [new file with mode: 0644]
osutil/bootid_test.go [new file with mode: 0644]
osutil/buildid.go [new file with mode: 0644]
osutil/buildid_test.go [new file with mode: 0644]
osutil/chattr.go [new file with mode: 0644]
osutil/chattr_32.go [new file with mode: 0644]
osutil/chattr_64.go [new file with mode: 0644]
osutil/chdir.go [new file with mode: 0644]
osutil/chdir_test.go [new file with mode: 0644]
osutil/cmp.go [new file with mode: 0644]
osutil/cmp_test.go [new file with mode: 0644]
osutil/cp.go [new file with mode: 0644]
osutil/cp_linux.go [new file with mode: 0644]
osutil/cp_linux_test.go [new file with mode: 0644]
osutil/cp_other.go [new file with mode: 0644]
osutil/cp_test.go [new file with mode: 0644]
osutil/digest.go [new file with mode: 0644]
osutil/digest_test.go [new file with mode: 0644]
osutil/env.go [new file with mode: 0644]
osutil/env_test.go [new file with mode: 0644]
osutil/exec.go [new file with mode: 0644]
osutil/exec_test.go [new file with mode: 0644]
osutil/exitcode.go [new file with mode: 0644]
osutil/exitcode_test.go [new file with mode: 0644]
osutil/export_test.go [new file with mode: 0644]
osutil/flock.go [new file with mode: 0644]
osutil/flock_test.go [new file with mode: 0644]
osutil/io.go [new file with mode: 0644]
osutil/io_test.go [new file with mode: 0644]
osutil/mkdirallchown.go [new file with mode: 0644]
osutil/mount.go [new file with mode: 0644]
osutil/mount_test.go [new file with mode: 0644]
osutil/osutil_test.go [new file with mode: 0644]
osutil/outputerr.go [new file with mode: 0644]
osutil/outputerr_test.go [new file with mode: 0644]
osutil/stat.go [new file with mode: 0644]
osutil/stat_test.go [new file with mode: 0644]
osutil/syncdir.go [new file with mode: 0644]
osutil/syncdir_test.go [new file with mode: 0644]
osutil/user.go [new file with mode: 0644]
osutil/user_test.go [new file with mode: 0644]
osutil/winsize.go [new file with mode: 0644]
overlord/assertstate/assertmgr.go [new file with mode: 0644]
overlord/assertstate/assertstate.go [new file with mode: 0644]
overlord/assertstate/assertstate_test.go [new file with mode: 0644]
overlord/assertstate/export_test.go [new file with mode: 0644]
overlord/assertstate/helpers.go [new file with mode: 0644]
overlord/auth/auth.go [new file with mode: 0644]
overlord/auth/auth_test.go [new file with mode: 0644]
overlord/backend.go [new file with mode: 0644]
overlord/cmdstate/cmdmgr.go [new file with mode: 0644]
overlord/cmdstate/cmdstate.go [new file with mode: 0644]
overlord/cmdstate/cmdstate_test.go [new file with mode: 0644]
overlord/cmdstate/export_test.go [new file with mode: 0644]
overlord/configstate/config/helpers.go [new file with mode: 0644]
overlord/configstate/config/helpers_test.go [new file with mode: 0644]
overlord/configstate/config/transaction.go [new file with mode: 0644]
overlord/configstate/config/transaction_test.go [new file with mode: 0644]
overlord/configstate/configmgr.go [new file with mode: 0644]
overlord/configstate/configstate.go [new file with mode: 0644]
overlord/configstate/configstate_test.go [new file with mode: 0644]
overlord/configstate/export_test.go [new file with mode: 0644]
overlord/configstate/handler_test.go [new file with mode: 0644]
overlord/configstate/hooks.go [new file with mode: 0644]
overlord/devicestate/crypto.go [new file with mode: 0644]
overlord/devicestate/devicemgr.go [new file with mode: 0644]
overlord/devicestate/devicestate.go [new file with mode: 0644]
overlord/devicestate/devicestate_test.go [new file with mode: 0644]
overlord/devicestate/export_test.go [new file with mode: 0644]
overlord/devicestate/firstboot.go [new file with mode: 0644]
overlord/devicestate/firstboot_test.go [new file with mode: 0644]
overlord/devicestate/handlers.go [new file with mode: 0644]
overlord/export_test.go [new file with mode: 0644]
overlord/hookstate/context.go [new file with mode: 0644]
overlord/hookstate/context_test.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/ctlcmd.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/ctlcmd_test.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/export_test.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/get.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/get_test.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/set.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/set_test.go [new file with mode: 0644]
overlord/hookstate/export_test.go [new file with mode: 0644]
overlord/hookstate/hookmgr.go [new file with mode: 0644]
overlord/hookstate/hooks.go [new file with mode: 0644]
overlord/hookstate/hookstate.go [new file with mode: 0644]
overlord/hookstate/hookstate_test.go [new file with mode: 0644]
overlord/hookstate/hooktest/handler.go [new file with mode: 0644]
overlord/hookstate/hooktest/handler_test.go [new file with mode: 0644]
overlord/hookstate/repository.go [new file with mode: 0644]
overlord/hookstate/repository_test.go [new file with mode: 0644]
overlord/ifacestate/export_test.go [new file with mode: 0644]
overlord/ifacestate/handlers.go [new file with mode: 0644]
overlord/ifacestate/helpers.go [new file with mode: 0644]
overlord/ifacestate/hooks.go [new file with mode: 0644]
overlord/ifacestate/ifacemgr.go [new file with mode: 0644]
overlord/ifacestate/ifacestate.go [new file with mode: 0644]
overlord/ifacestate/ifacestate_test.go [new file with mode: 0644]
overlord/ifacestate/implicit.go [new file with mode: 0644]
overlord/ifacestate/implicit_test.go [new file with mode: 0644]
overlord/managers_test.go [new file with mode: 0644]
overlord/overlord.go [new file with mode: 0644]
overlord/overlord_test.go [new file with mode: 0644]
overlord/patch/export_test.go [new file with mode: 0644]
overlord/patch/patch.go [new file with mode: 0644]
overlord/patch/patch1.go [new file with mode: 0644]
overlord/patch/patch1_test.go [new file with mode: 0644]
overlord/patch/patch2.go [new file with mode: 0644]
overlord/patch/patch2_test.go [new file with mode: 0644]
overlord/patch/patch3.go [new file with mode: 0644]
overlord/patch/patch3_test.go [new file with mode: 0644]
overlord/patch/patch4.go [new file with mode: 0644]
overlord/patch/patch4_test.go [new file with mode: 0644]
overlord/patch/patch5.go [new file with mode: 0644]
overlord/patch/patch6.go [new file with mode: 0644]
overlord/patch/patch6_test.go [new file with mode: 0644]
overlord/patch/patch_test.go [new file with mode: 0644]
overlord/snapstate/aliasesv2.go [new file with mode: 0644]
overlord/snapstate/aliasesv2_test.go [new file with mode: 0644]
overlord/snapstate/backend.go [new file with mode: 0644]
overlord/snapstate/backend/aliases.go [new file with mode: 0644]
overlord/snapstate/backend/aliases_test.go [new file with mode: 0644]
overlord/snapstate/backend/backend.go [new file with mode: 0644]
overlord/snapstate/backend/backend_test.go [new file with mode: 0644]
overlord/snapstate/backend/copydata.go [new file with mode: 0644]
overlord/snapstate/backend/copydata_test.go [new file with mode: 0644]
overlord/snapstate/backend/export_test.go [new file with mode: 0644]
overlord/snapstate/backend/link.go [new file with mode: 0644]
overlord/snapstate/backend/link_test.go [new file with mode: 0644]
overlord/snapstate/backend/mountns.go [new file with mode: 0644]
overlord/snapstate/backend/mountunit.go [new file with mode: 0644]
overlord/snapstate/backend/mountunit_test.go [new file with mode: 0644]
overlord/snapstate/backend/setup.go [new file with mode: 0644]
overlord/snapstate/backend/setup_test.go [new file with mode: 0644]
overlord/snapstate/backend/snapdata.go [new file with mode: 0644]
overlord/snapstate/backend/utils.go [new file with mode: 0644]
overlord/snapstate/backend_test.go [new file with mode: 0644]
overlord/snapstate/booted.go [new file with mode: 0644]
overlord/snapstate/booted_test.go [new file with mode: 0644]
overlord/snapstate/check_snap.go [new file with mode: 0644]
overlord/snapstate/check_snap_test.go [new file with mode: 0644]
overlord/snapstate/export_test.go [new file with mode: 0644]
overlord/snapstate/flags.go [new file with mode: 0644]
overlord/snapstate/handlers.go [new file with mode: 0644]
overlord/snapstate/handlers_aliasesv2_test.go [new file with mode: 0644]
overlord/snapstate/handlers_discard_test.go [new file with mode: 0644]
overlord/snapstate/handlers_download_test.go [new file with mode: 0644]
overlord/snapstate/handlers_link_test.go [new file with mode: 0644]
overlord/snapstate/handlers_mount_test.go [new file with mode: 0644]
overlord/snapstate/handlers_prepare_test.go [new file with mode: 0644]
overlord/snapstate/progress.go [new file with mode: 0644]
overlord/snapstate/progress_test.go [new file with mode: 0644]
overlord/snapstate/snapmgr.go [new file with mode: 0644]
overlord/snapstate/snapstate.go [new file with mode: 0644]
overlord/snapstate/snapstate_test.go [new file with mode: 0644]
overlord/snapstate/storehelpers.go [new file with mode: 0644]
overlord/state/change.go [new file with mode: 0644]
overlord/state/change_test.go [new file with mode: 0644]
overlord/state/export_test.go [new file with mode: 0644]
overlord/state/state.go [new file with mode: 0644]
overlord/state/state_test.go [new file with mode: 0644]
overlord/state/task.go [new file with mode: 0644]
overlord/state/task_test.go [new file with mode: 0644]
overlord/state/taskrunner.go [new file with mode: 0644]
overlord/state/taskrunner_test.go [new file with mode: 0644]
overlord/stateengine.go [new file with mode: 0644]
overlord/stateengine_test.go [new file with mode: 0644]
packaging/fedora-25 [new symlink]
packaging/fedora/snap-mgmt.sh [new file with mode: 0644]
packaging/fedora/snapd.spec [new file with mode: 0644]
packaging/opensuse-42.1 [new symlink]
packaging/opensuse-42.2/permissions [new file with mode: 0644]
packaging/opensuse-42.2/permissions.easy [new file with mode: 0644]
packaging/opensuse-42.2/permissions.paranoid [new file with mode: 0644]
packaging/opensuse-42.2/permissions.secure [new file with mode: 0644]
packaging/opensuse-42.2/snapd-rpmlintrc [new file with mode: 0644]
packaging/opensuse-42.2/snapd.changes [new file with mode: 0644]
packaging/opensuse-42.2/snapd.spec [new file with mode: 0644]
packaging/ubuntu-14.04/changelog [new file with mode: 0644]
packaging/ubuntu-14.04/compat [new file with mode: 0644]
packaging/ubuntu-14.04/control [new file with mode: 0644]
packaging/ubuntu-14.04/copyright [new file with mode: 0644]
packaging/ubuntu-14.04/gbp.conf [new file with mode: 0644]
packaging/ubuntu-14.04/golang-github-snapcore-snapd-dev.install [new file with mode: 0644]
packaging/ubuntu-14.04/rules [new file with mode: 0755]
packaging/ubuntu-14.04/snap.mount.service [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.autoimport.service [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.autoimport.udev [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.dirs [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.install [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.maintscript [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.manpages [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.postinst [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.postrm [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.prerm [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.refresh.service [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.refresh.timer [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.service [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.socket [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.system-shutdown.service [new file with mode: 0644]
packaging/ubuntu-14.04/source/format [new file with mode: 0644]
packaging/ubuntu-14.04/tests/README.md [new file with mode: 0644]
packaging/ubuntu-14.04/tests/control [new file with mode: 0644]
packaging/ubuntu-14.04/tests/integrationtests [new file with mode: 0644]
packaging/ubuntu-14.04/tests/testconfig.json [new file with mode: 0644]
packaging/ubuntu-14.04/ubuntu-snappy-cli.dirs [new file with mode: 0644]
packaging/ubuntu-16.04/changelog [new file with mode: 0644]
packaging/ubuntu-16.04/compat [new file with mode: 0644]
packaging/ubuntu-16.04/control [new file with mode: 0644]
packaging/ubuntu-16.04/copyright [new file with mode: 0644]
packaging/ubuntu-16.04/golang-github-snapcore-snapd-dev.install [new file with mode: 0644]
packaging/ubuntu-16.04/rules [new file with mode: 0755]
packaging/ubuntu-16.04/snap-confine.maintscript [new file with mode: 0644]
packaging/ubuntu-16.04/snapd.autoimport.udev [new file with mode: 0644]
packaging/ubuntu-16.04/snapd.dirs [new file with mode: 0644]
packaging/ubuntu-16.04/snapd.install [new file with mode: 0644]
packaging/ubuntu-16.04/snapd.maintscript [new file with mode: 0644]
packaging/ubuntu-16.04/snapd.manpages [new file with mode: 0644]
packaging/ubuntu-16.04/snapd.postinst [new file with mode: 0644]
packaging/ubuntu-16.04/snapd.postrm [new file with mode: 0644]
packaging/ubuntu-16.04/source/format [new file with mode: 0644]
packaging/ubuntu-16.04/tests/README.md [new file with mode: 0644]
packaging/ubuntu-16.04/tests/control [new file with mode: 0644]
packaging/ubuntu-16.04/tests/integrationtests [new file with mode: 0644]
packaging/ubuntu-16.04/tests/testconfig.json [new file with mode: 0644]
packaging/ubuntu-16.04/ubuntu-snappy-cli.dirs [new file with mode: 0644]
packaging/ubuntu-16.10 [new symlink]
packaging/ubuntu-17.04 [new symlink]
partition/androidboot.go [new file with mode: 0644]
partition/androidboot_test.go [new file with mode: 0644]
partition/androidbootenv/androidbootenv.go [new file with mode: 0644]
partition/androidbootenv/androidbootenv_test.go [new file with mode: 0644]
partition/bootloader.go [new file with mode: 0644]
partition/bootloader_test.go [new file with mode: 0644]
partition/export_test.go [new file with mode: 0644]
partition/grub.go [new file with mode: 0644]
partition/grub_test.go [new file with mode: 0644]
partition/grubenv/grubenv.go [new file with mode: 0644]
partition/grubenv/grubenv_test.go [new file with mode: 0644]
partition/uboot.go [new file with mode: 0644]
partition/uboot_test.go [new file with mode: 0644]
partition/ubootenv/env.go [new file with mode: 0644]
partition/ubootenv/env_test.go [new file with mode: 0644]
partition/ubootenv/export_test.go [new file with mode: 0644]
partition/utils.go [new file with mode: 0644]
partition/utils_test.go [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/gl.po [new file with mode: 0644]
po/ug.po [new file with mode: 0644]
progress/progress.go [new file with mode: 0644]
progress/progress_test.go [new file with mode: 0644]
release/export_linux_test.go [new file with mode: 0644]
release/export_test.go [new file with mode: 0644]
release/release.go [new file with mode: 0644]
release/release_test.go [new file with mode: 0644]
release/uname_linux.go [new file with mode: 0644]
release/uname_linux_test.go [new file with mode: 0644]
run-checks [new file with mode: 0755]
snap/broken.go [new file with mode: 0644]
snap/broken_test.go [new file with mode: 0644]
snap/container.go [new file with mode: 0644]
snap/container_test.go [new file with mode: 0644]
snap/errors.go [new file with mode: 0644]
snap/export_test.go [new file with mode: 0644]
snap/gadget.go [new file with mode: 0644]
snap/gadget_test.go [new file with mode: 0644]
snap/hooktypes.go [new file with mode: 0644]
snap/implicit.go [new file with mode: 0644]
snap/implicit_test.go [new file with mode: 0644]
snap/info.go [new file with mode: 0644]
snap/info_snap_yaml.go [new file with mode: 0644]
snap/info_snap_yaml_test.go [new file with mode: 0644]
snap/info_test.go [new file with mode: 0644]
snap/revision.go [new file with mode: 0644]
snap/revision_test.go [new file with mode: 0644]
snap/seed_yaml.go [new file with mode: 0644]
snap/seed_yaml_test.go [new file with mode: 0644]
snap/snapdir/snapdir.go [new file with mode: 0644]
snap/snapdir/snapdir_test.go [new file with mode: 0644]
snap/snapenv/snapenv.go [new file with mode: 0644]
snap/snapenv/snapenv_test.go [new file with mode: 0644]
snap/snaptest/build.go [new file with mode: 0644]
snap/snaptest/build_test.go [new file with mode: 0644]
snap/snaptest/export_test.go [new file with mode: 0644]
snap/snaptest/snaptest.go [new file with mode: 0644]
snap/snaptest/snaptest_test.go [new file with mode: 0644]
snap/squashfs/squashfs.go [new file with mode: 0644]
snap/squashfs/squashfs_test.go [new file with mode: 0644]
snap/types.go [new file with mode: 0644]
snap/types_test.go [new file with mode: 0644]
snap/validate.go [new file with mode: 0644]
snap/validate_test.go [new file with mode: 0644]
spread.yaml [new file with mode: 0644]
store/auth.go [new file with mode: 0644]
store/auth_test.go [new file with mode: 0644]
store/details.go [new file with mode: 0644]
store/errors.go [new file with mode: 0644]
store/export_test.go [new file with mode: 0644]
store/store.go [new file with mode: 0644]
store/store_test.go [new file with mode: 0644]
store/userinfo.go [new file with mode: 0644]
store/userinfo_test.go [new file with mode: 0644]
strutil/map.go [new file with mode: 0644]
strutil/map_test.go [new file with mode: 0644]
strutil/strutil.go [new file with mode: 0644]
strutil/strutil_test.go [new file with mode: 0644]
strutil/version.go [new file with mode: 0644]
strutil/version_test.go [new file with mode: 0644]
systemd/escape.go [new file with mode: 0644]
systemd/escape_test.go [new file with mode: 0644]
systemd/export_test.go [new file with mode: 0644]
systemd/sdnotify.go [new file with mode: 0644]
systemd/sdnotify_test.go [new file with mode: 0644]
systemd/systemd.go [new file with mode: 0644]
systemd/systemd_test.go [new file with mode: 0644]
tests/completion/data/files/a/a_thing.txt [new file with mode: 0644]
tests/completion/data/files/b/b_thing.txt [new file with mode: 0644]
tests/completion/data/files/b/c/b_c_thing.txt [new file with mode: 0644]
tests/completion/data/files/d/d_thing.txt [new file with mode: 0644]
tests/completion/data/files/thing.txt [new file with mode: 0644]
tests/completion/data/hosts.txt [new file with mode: 0644]
tests/completion/data/twisted/.just a hidden file [new file with mode: 0644]
tests/completion/data/twisted/this is a file with spaces in it.doc [new file with mode: 0644]
tests/completion/data/twisted/this isn't.innit [new file with mode: 0644]
tests/completion/dirs.complete [new file with mode: 0644]
tests/completion/dirs.sh [new file with mode: 0644]
tests/completion/dirs.vars [new file with mode: 0644]
tests/completion/files.complete [new file with mode: 0644]
tests/completion/files.sh [new file with mode: 0644]
tests/completion/files.vars [new file with mode: 0644]
tests/completion/func.complete [new file with mode: 0644]
tests/completion/func.sh [new file with mode: 0644]
tests/completion/func.vars [new file with mode: 0644]
tests/completion/funky.complete [new file with mode: 0644]
tests/completion/funky.sh [new file with mode: 0644]
tests/completion/funky.vars [new file with mode: 0644]
tests/completion/funkyfunc.complete [new file with mode: 0644]
tests/completion/funkyfunc.sh [new file with mode: 0644]
tests/completion/funkyfunc.vars [new file with mode: 0644]
tests/completion/hosts.complete [new file with mode: 0644]
tests/completion/hosts.sh [new file with mode: 0644]
tests/completion/hosts.vars [new file with mode: 0644]
tests/completion/hosts_n_dirs.complete [new file with mode: 0644]
tests/completion/hosts_n_dirs.sh [new file with mode: 0644]
tests/completion/hosts_n_dirs.vars [new file with mode: 0644]
tests/completion/indirect/task.exp [new file with mode: 0644]
tests/completion/indirect/task.yaml [new file with mode: 0644]
tests/completion/lib.exp0 [new file with mode: 0644]
tests/completion/plain.complete [new file with mode: 0644]
tests/completion/plain.sh [new file with mode: 0644]
tests/completion/plain.vars [new file with mode: 0644]
tests/completion/plain_plusdirs.complete [new file with mode: 0644]
tests/completion/plain_plusdirs.sh [new file with mode: 0644]
tests/completion/plain_plusdirs.vars [new file with mode: 0644]
tests/completion/simple/task.exp [new file with mode: 0644]
tests/completion/simple/task.yaml [new file with mode: 0644]
tests/completion/twisted.complete [new file with mode: 0644]
tests/completion/twisted.sh [new file with mode: 0644]
tests/completion/twisted.vars [new file with mode: 0644]
tests/external-backend.md [new file with mode: 0644]
tests/lib/assertions/auto-import.assert [new file with mode: 0644]
tests/lib/assertions/developer1-my-classic-w-gadget.model [new file with mode: 0644]
tests/lib/assertions/developer1-my-classic.model [new file with mode: 0644]
tests/lib/assertions/developer1-pc-w-config.model [new file with mode: 0644]
tests/lib/assertions/developer1-pc.model [new file with mode: 0644]
tests/lib/assertions/developer1.account [new file with mode: 0644]
tests/lib/assertions/developer1.account-key [new file with mode: 0644]
tests/lib/assertions/nested-amd64.model [new file with mode: 0644]
tests/lib/assertions/nested-i386.model [new file with mode: 0644]
tests/lib/assertions/pc-production.model [new file with mode: 0644]
tests/lib/assertions/pc-staging.model [new file with mode: 0644]
tests/lib/assertions/pi2.model [new file with mode: 0644]
tests/lib/assertions/testrootorg-store.account-key [new file with mode: 0644]
tests/lib/boot.sh [new file with mode: 0644]
tests/lib/changes.sh [new file with mode: 0755]
tests/lib/dirs.sh [new file with mode: 0644]
tests/lib/external/prepare-ssh.sh [new file with mode: 0755]
tests/lib/fakedevicesvc/main.go [new file with mode: 0644]
tests/lib/fakestore/cmd/fakestore/main.go [new file with mode: 0644]
tests/lib/fakestore/refresh/refresh.go [new file with mode: 0644]
tests/lib/fakestore/store/store.go [new file with mode: 0644]
tests/lib/fakestore/store/store_test.go [new file with mode: 0644]
tests/lib/mkpinentry.sh [new file with mode: 0755]
tests/lib/names.sh [new file with mode: 0644]
tests/lib/nested.sh [new file with mode: 0644]
tests/lib/network.sh [new file with mode: 0644]
tests/lib/os-release.16 [new file with mode: 0644]
tests/lib/pinentry-fake.sh [new file with mode: 0755]
tests/lib/pkgdb.sh [new file with mode: 0644]
tests/lib/prepare-project.sh [new file with mode: 0644]
tests/lib/prepare.sh [new file with mode: 0755]
tests/lib/quiet.sh [new file with mode: 0644]
tests/lib/ramdisk.sh [new file with mode: 0644]
tests/lib/reset.sh [new file with mode: 0755]
tests/lib/snapbuild/main.go [new file with mode: 0644]
tests/lib/snaps.sh [new file with mode: 0644]
tests/lib/snaps/account-control-consumer/bin/chpasswd [new file with mode: 0755]
tests/lib/snaps/account-control-consumer/bin/deluser [new file with mode: 0755]
tests/lib/snaps/account-control-consumer/bin/useradd [new file with mode: 0755]
tests/lib/snaps/account-control-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/aliases/bin/cmd1 [new file with mode: 0755]
tests/lib/snaps/aliases/bin/cmd2 [new file with mode: 0755]
tests/lib/snaps/aliases/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/aliases/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/basic-desktop/bin/echo [new file with mode: 0755]
tests/lib/snaps/basic-desktop/meta/gui/echo.desktop [new file with mode: 0644]
tests/lib/snaps/basic-desktop/meta/gui/icon.png [new file with mode: 0644]
tests/lib/snaps/basic-desktop/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/basic-hooks/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/basic-hooks/meta/hooks/invalid-hook [new file with mode: 0755]
tests/lib/snaps/basic-hooks/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/basic-hooks/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/basic-iface-hooks-consumer/meta/hooks/connect-plug-foo [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-consumer/meta/hooks/prepare-plug-foo [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-consumer/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/basic-iface-hooks-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/basic-iface-hooks-producer/meta/hooks/connect-slot-bar [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-producer/meta/hooks/prepare-slot-bar [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-producer/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/basic-iface-hooks-producer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/basic/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/basic/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/classic-gadget/meta/gadget.yaml [new file with mode: 0644]
tests/lib/snaps/classic-gadget/meta/hooks/prepare-device [new file with mode: 0755]
tests/lib/snaps/classic-gadget/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/classic-gadget/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/complexion/bin/complexion [new file with mode: 0755]
tests/lib/snaps/complexion/complexion.bash-completer [new file with mode: 0644]
tests/lib/snaps/complexion/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/config-versions-v2/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/config-versions-v2/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/config-versions-v2/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/config-versions/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/config-versions/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/config-versions/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/data-writer/bin/write-data [new file with mode: 0755]
tests/lib/snaps/data-writer/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/data-writer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/failing-config-hooks/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/failing-config-hooks/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/failing-config-hooks/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/firewall-control-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/firewall-control-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/generic-consumer/bin/cmd [new file with mode: 0755]
tests/lib/snaps/generic-consumer/meta/snap.yaml.in [new file with mode: 0644]
tests/lib/snaps/gpio-consumer/bin/read [new file with mode: 0755]
tests/lib/snaps/gpio-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/hardware-observe-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/hardware-observe-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/home-consumer/bin/reader [new file with mode: 0755]
tests/lib/snaps/home-consumer/bin/writer [new file with mode: 0755]
tests/lib/snaps/home-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/iio-consumer/bin/read [new file with mode: 0755]
tests/lib/snaps/iio-consumer/bin/write [new file with mode: 0755]
tests/lib/snaps/iio-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/locale-control-consumer/bin/get [new file with mode: 0755]
tests/lib/snaps/locale-control-consumer/bin/set [new file with mode: 0755]
tests/lib/snaps/locale-control-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/log-observe-consumer/bin/cmd [new file with mode: 0755]
tests/lib/snaps/log-observe-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/log-observe-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/modem-manager-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/modem-manager-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/mount-observe-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/mount-observe-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/network-bind-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/network-bind-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/network-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/network-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/network-control-consumer/bin/cmd [new file with mode: 0755]
tests/lib/snaps/network-control-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/network-observe-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/network-observe-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/process-control-consumer/bin/signal [new file with mode: 0755]
tests/lib/snaps/process-control-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/shutdown-introspection-consumer/bin/consumer [new file with mode: 0755]
tests/lib/snaps/shutdown-introspection-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/snap-hooks/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/snap-hooks/meta/hooks/install [new file with mode: 0755]
tests/lib/snaps/snap-hooks/meta/hooks/remove [new file with mode: 0755]
tests/lib/snaps/snap-hooks/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/snap-install-hook-broken/meta/hooks/install [new file with mode: 0755]
tests/lib/snaps/snap-install-hook-broken/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/snapctl-from-snap/bin/snapctl-get [new file with mode: 0755]
tests/lib/snaps/snapctl-from-snap/bin/snapctl-set [new file with mode: 0755]
tests/lib/snaps/snapctl-from-snap/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/snapctl-from-snap/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/snapctl-hooks-v2/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/snapctl-hooks-v2/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/snapctl-hooks-v2/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/snapctl-hooks/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/snapctl-hooks/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/snapctl-hooks/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-auto-aliases/bin/wellknown1 [new file with mode: 0755]
tests/lib/snaps/test-snapd-auto-aliases/bin/wellknown2 [new file with mode: 0755]
tests/lib/snaps/test-snapd-auto-aliases/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/test-snapd-auto-aliases/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-classic-confinement/bin/classic-confinement [new file with mode: 0755]
tests/lib/snaps/test-snapd-classic-confinement/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/test-snapd-classic-confinement/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-plug-empty-content-attr/bin/content-plug [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-plug-empty-content-attr/import/.placeholder [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-plug-empty-content-attr/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-plug/bin/content-plug [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-plug/import/.placeholder [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-plug/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-slot-empty-content-attr/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-slot-empty-content-attr/shared-content [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-slot/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-slot/shared-content [new file with mode: 0644]
tests/lib/snaps/test-snapd-control-consumer/bin/install [new file with mode: 0755]
tests/lib/snaps/test-snapd-control-consumer/bin/list [new file with mode: 0755]
tests/lib/snaps/test-snapd-control-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-cups-control-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-dbus-consumer/consumer.py [new file with mode: 0755]
tests/lib/snaps/test-snapd-dbus-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-dbus-provider/provider.py [new file with mode: 0644]
tests/lib/snaps/test-snapd-dbus-provider/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-dbus-provider/wrapper [new file with mode: 0755]
tests/lib/snaps/test-snapd-devmode/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-fuse-consumer/Makefile [new file with mode: 0644]
tests/lib/snaps/test-snapd-fuse-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-go-webserver/main.go [new file with mode: 0644]
tests/lib/snaps/test-snapd-go-webserver/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-kernel-module-control-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-libvirt-consumer/bin/machine-down [new file with mode: 0755]
tests/lib/snaps/test-snapd-libvirt-consumer/bin/machine-up [new file with mode: 0755]
tests/lib/snaps/test-snapd-libvirt-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-libvirt-consumer/vm/ping-unikernel.xml [new file with mode: 0644]
tests/lib/snaps/test-snapd-multi-service/bin/start [new file with mode: 0755]
tests/lib/snaps/test-snapd-multi-service/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-openvswitch-consumer/bin/ovs-vsctl [new file with mode: 0755]
tests/lib/snaps/test-snapd-openvswitch-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-password-manager-service-consumer/bin/secret-tool [new file with mode: 0755]
tests/lib/snaps/test-snapd-password-manager-service-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-private/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-python-webserver/index.html [new file with mode: 0644]
tests/lib/snaps/test-snapd-python-webserver/server.py [new file with mode: 0755]
tests/lib/snaps/test-snapd-python-webserver/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-service-try-v1/bin/service [new file with mode: 0755]
tests/lib/snaps/test-snapd-service-try-v1/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-service-try-v2/bin/service [new file with mode: 0755]
tests/lib/snaps/test-snapd-service-try-v2/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-service-v1-good/bin/good [new file with mode: 0755]
tests/lib/snaps/test-snapd-service-v1-good/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-service-v2-bad/bin/bad [new file with mode: 0755]
tests/lib/snaps/test-snapd-service-v2-bad/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-service/bin/reload [new file with mode: 0755]
tests/lib/snaps/test-snapd-service/bin/start [new file with mode: 0755]
tests/lib/snaps/test-snapd-service/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-sh/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-system-observe-consumer/consumer.py [new file with mode: 0755]
tests/lib/snaps/test-snapd-system-observe-consumer/dbus-introspect.py [new file with mode: 0755]
tests/lib/snaps/test-snapd-system-observe-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-tools/bin/block [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/bin/cat [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/bin/cmd [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/bin/echo [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/bin/env [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/bin/fail [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/bin/head [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/bin/success [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/test-snapd-tools/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-upower-observe-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-with-configure/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/test-snapd-with-configure/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/time-control-consumer/bin/read [new file with mode: 0755]
tests/lib/snaps/time-control-consumer/bin/timedatectl [new file with mode: 0755]
tests/lib/snaps/time-control-consumer/bin/write [new file with mode: 0755]
tests/lib/snaps/time-control-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/store.sh [new file with mode: 0644]
tests/lib/systemd-escape/main.go [new file with mode: 0644]
tests/lib/systemd.sh [new file with mode: 0644]
tests/main/abort/task.yaml [new file with mode: 0644]
tests/main/ack/alice.account [new file with mode: 0644]
tests/main/ack/alice.account-key [new file with mode: 0644]
tests/main/ack/bob.assertions [new file with mode: 0644]
tests/main/ack/task.yaml [new file with mode: 0644]
tests/main/alias/task.yaml [new file with mode: 0644]
tests/main/auth-errors/task.yaml [new file with mode: 0644]
tests/main/auto-aliases/task.yaml [new file with mode: 0644]
tests/main/auto-refresh/task.yaml [new file with mode: 0644]
tests/main/change-errors/task.yaml [new file with mode: 0644]
tests/main/chattr/task.yaml [new file with mode: 0644]
tests/main/chattr/toggle.go [new file with mode: 0644]
tests/main/classic-confinement/task.yaml [new file with mode: 0644]
tests/main/classic-custom-device-reg/task.yaml [new file with mode: 0644]
tests/main/classic-firstboot/task.yaml [new file with mode: 0644]
tests/main/classic-ubuntu-core-transition-auth/task.yaml [new file with mode: 0644]
tests/main/classic-ubuntu-core-transition-two-cores/task.yaml [new file with mode: 0644]
tests/main/classic-ubuntu-core-transition/task.yaml [new file with mode: 0644]
tests/main/cmdline/task.yaml [new file with mode: 0644]
tests/main/completion/abort.exp [new file with mode: 0644]
tests/main/completion/ack.exp [new file with mode: 0644]
tests/main/completion/buy.exp [new file with mode: 0644]
tests/main/completion/change.exp [new file with mode: 0644]
tests/main/completion/delete-key.exp [new file with mode: 0644]
tests/main/completion/disable.exp [new file with mode: 0644]
tests/main/completion/download.exp [new file with mode: 0644]
tests/main/completion/enable.exp [new file with mode: 0644]
tests/main/completion/export-key.exp [new file with mode: 0644]
tests/main/completion/get.exp [new file with mode: 0644]
tests/main/completion/info.exp [new file with mode: 0644]
tests/main/completion/install.exp [new file with mode: 0644]
tests/main/completion/key.exp0 [new file with mode: 0644]
tests/main/completion/lib.exp0 [new symlink]
tests/main/completion/list.exp [new file with mode: 0644]
tests/main/completion/refresh.exp [new file with mode: 0644]
tests/main/completion/remove.exp [new file with mode: 0644]
tests/main/completion/revert.exp [new file with mode: 0644]
tests/main/completion/set.exp [new file with mode: 0644]
tests/main/completion/sign-build.exp [new file with mode: 0644]
tests/main/completion/sign.exp [new file with mode: 0644]
tests/main/completion/task.yaml [new file with mode: 0644]
tests/main/completion/toplevel.exp [new file with mode: 0644]
tests/main/completion/try.exp [new file with mode: 0644]
tests/main/completion/watch.exp [new file with mode: 0644]
tests/main/config-versions/task.yaml [new file with mode: 0644]
tests/main/confinement-classic/task.yaml [new file with mode: 0644]
tests/main/confinement-classic/test-snapd-hello-classic/Makefile [new file with mode: 0644]
tests/main/confinement-classic/test-snapd-hello-classic/test-snapd-hello-classic.c [new file with mode: 0644]
tests/main/core-snap-refresh/task.yaml [new file with mode: 0644]
tests/main/create-key/passphrase_mismatch.exp [new file with mode: 0644]
tests/main/create-key/successful_default.exp [new file with mode: 0644]
tests/main/create-key/successful_non_default.exp [new file with mode: 0644]
tests/main/create-key/task.yaml [new file with mode: 0644]
tests/main/create-user/task.yaml [new file with mode: 0644]
tests/main/debs-have-built-using/task.yaml [new file with mode: 0644]
tests/main/debug-confinement/task.yaml [new file with mode: 0644]
tests/main/dirs-not-shared-with-host/task.yaml [new file with mode: 0644]
tests/main/econnreset/task.yaml [new file with mode: 0644]
tests/main/enable-disable-units-gpio/task.yaml [new file with mode: 0644]
tests/main/enable-disable/task.yaml [new file with mode: 0644]
tests/main/failover/task.yaml [new file with mode: 0644]
tests/main/find-private/successful_login.exp [new file with mode: 0644]
tests/main/find-private/task.yaml [new file with mode: 0644]
tests/main/help/task.yaml [new file with mode: 0644]
tests/main/i18n/task.yaml [new file with mode: 0644]
tests/main/install-errors/task.yaml [new file with mode: 0644]
tests/main/install-hook/task.yaml [new file with mode: 0644]
tests/main/install-remove-multi/task.yaml [new file with mode: 0644]
tests/main/install-sideload/task.yaml [new file with mode: 0644]
tests/main/install-store-laaaarge/task.yaml [new file with mode: 0644]
tests/main/install-store/task.yaml [new file with mode: 0644]
tests/main/interfaces-account-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-alsa/task.yaml [new file with mode: 0644]
tests/main/interfaces-avahi-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-bluetooth-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-bluez/task.yaml [new file with mode: 0644]
tests/main/interfaces-cli/task.yaml [new file with mode: 0644]
tests/main/interfaces-content-empty-content-attr/task.yaml [new file with mode: 0644]
tests/main/interfaces-content/task.yaml [new file with mode: 0644]
tests/main/interfaces-cups-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-dbus/task.yaml [new file with mode: 0644]
tests/main/interfaces-firewall-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-fuse_support/task.yaml [new file with mode: 0644]
tests/main/interfaces-hardware-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-home/task.yaml [new file with mode: 0644]
tests/main/interfaces-hooks/task.yaml [new file with mode: 0644]
tests/main/interfaces-iio/task.yaml [new file with mode: 0644]
tests/main/interfaces-kernel-module-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-libvirt/task.yaml [new file with mode: 0644]
tests/main/interfaces-locale-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-log-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-mount-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-bind/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-control-ip-netns/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-network/task.yaml [new file with mode: 0644]
tests/main/interfaces-openvswitch/task.yaml [new file with mode: 0644]
tests/main/interfaces-password-manager-service/task.yaml [new file with mode: 0644]
tests/main/interfaces-process-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-shutdown-introspection/task.yaml [new file with mode: 0644]
tests/main/interfaces-snapd-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-system-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-time-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-udev/task.yaml [new file with mode: 0644]
tests/main/interfaces-upower-observe/task.yaml [new file with mode: 0644]
tests/main/known-remote/task.yaml [new file with mode: 0644]
tests/main/known/task.yaml [new file with mode: 0644]
tests/main/listing/task.yaml [new file with mode: 0644]
tests/main/local-install-w-metadata/digest.go [new file with mode: 0644]
tests/main/local-install-w-metadata/task.yaml [new file with mode: 0644]
tests/main/login/missing_email_error.exp [new file with mode: 0644]
tests/main/login/successful_login.exp [new file with mode: 0644]
tests/main/login/task.yaml [new file with mode: 0644]
tests/main/login/unsuccessful_login.exp [new file with mode: 0644]
tests/main/manpages/task.yaml [new file with mode: 0644]
tests/main/media-sharing/task.yaml [new file with mode: 0644]
tests/main/op-install-failed-undone/task.yaml [new file with mode: 0644]
tests/main/op-remove-retry/task.yaml [new file with mode: 0644]
tests/main/op-remove/task.yaml [new file with mode: 0644]
tests/main/postrm-purge/task.yaml [new file with mode: 0644]
tests/main/prefer/task.yaml [new file with mode: 0644]
tests/main/prepare-image-grub/task.yaml [new file with mode: 0644]
tests/main/prepare-image-uboot/task.yaml [new file with mode: 0644]
tests/main/refresh-all-undo/task.yaml [new file with mode: 0644]
tests/main/refresh-all/task.yaml [new file with mode: 0644]
tests/main/refresh-core-with-failing-configure-hook/task.yaml [new file with mode: 0644]
tests/main/refresh-core-with-hanging-configure-hook/task.yaml [new file with mode: 0644]
tests/main/refresh-delta-from-core/task.yaml [new file with mode: 0644]
tests/main/refresh-delta/task.yaml [new file with mode: 0644]
tests/main/refresh-devmode/task.yaml [new file with mode: 0644]
tests/main/refresh-undo/task.yaml [new file with mode: 0644]
tests/main/refresh/task.yaml [new file with mode: 0644]
tests/main/regression-home-snap-root-owned/task.yaml [new file with mode: 0644]
tests/main/remove-errors/task.yaml [new file with mode: 0644]
tests/main/revert-devmode/task.yaml [new file with mode: 0644]
tests/main/revert-sideload/task.yaml [new file with mode: 0644]
tests/main/revert/task.yaml [new file with mode: 0644]
tests/main/searching/task.yaml [new file with mode: 0644]
tests/main/security-apparmor/task.yaml [new file with mode: 0644]
tests/main/security-device-cgroups/task.yaml [new file with mode: 0644]
tests/main/security-devpts/pts.exp [new file with mode: 0644]
tests/main/security-devpts/task.yaml [new file with mode: 0644]
tests/main/security-private-tmp/task.yaml [new file with mode: 0644]
tests/main/security-private-tmp/tmp-create.exp [new file with mode: 0644]
tests/main/security-profiles/task.yaml [new file with mode: 0644]
tests/main/security-setuid-root/task.yaml [new file with mode: 0644]
tests/main/server-snap/task.yaml [new file with mode: 0644]
tests/main/snap-auto-import-asserts-spools/task.yaml [new file with mode: 0644]
tests/main/snap-auto-import-asserts/task.yaml [new file with mode: 0644]
tests/main/snap-auto-mount/task.yaml [new file with mode: 0644]
tests/main/snap-confine-from-core/task.yaml [new file with mode: 0644]
tests/main/snap-confine-privs/task.yaml [new file with mode: 0644]
tests/main/snap-confine-privs/uids-and-gids.c [new file with mode: 0644]
tests/main/snap-connect/task.yaml [new file with mode: 0644]
tests/main/snap-debug-get-base-declaration/task.yaml [new file with mode: 0644]
tests/main/snap-discard-ns/task.yaml [new file with mode: 0644]
tests/main/snap-disconnect/task.yaml [new file with mode: 0644]
tests/main/snap-download/task.yaml [new file with mode: 0644]
tests/main/snap-env/task.yaml [new file with mode: 0644]
tests/main/snap-get/task.yaml [new file with mode: 0644]
tests/main/snap-info/check.py [new file with mode: 0644]
tests/main/snap-info/task.yaml [new file with mode: 0644]
tests/main/snap-multi-service-failing/task.yaml [new file with mode: 0644]
tests/main/snap-on-non-shared-root/task.yaml [new file with mode: 0644]
tests/main/snap-remove-not-mounted/task.yaml [new file with mode: 0644]
tests/main/snap-repair/task.yaml [new file with mode: 0644]
tests/main/snap-run-alias/task.yaml [new file with mode: 0644]
tests/main/snap-run-hook/task.yaml [new file with mode: 0644]
tests/main/snap-run-symlink-error/task.yaml [new file with mode: 0644]
tests/main/snap-run-symlink/task.yaml [new file with mode: 0644]
tests/main/snap-run-userdata-current/task.yaml [new file with mode: 0644]
tests/main/snap-seccomp/task.yaml [new file with mode: 0644]
tests/main/snap-service/task.yaml [new file with mode: 0644]
tests/main/snap-set/task.yaml [new file with mode: 0644]
tests/main/snap-sign/create-key.exp [new file with mode: 0644]
tests/main/snap-sign/sign-model.exp [new file with mode: 0644]
tests/main/snap-sign/task.yaml [new file with mode: 0644]
tests/main/snap-update-ns/task.yaml [new file with mode: 0644]
tests/main/snapctl-from-snap/task.yaml [new file with mode: 0644]
tests/main/snapctl/task.yaml [new file with mode: 0644]
tests/main/snapd-notify/task.yaml [new file with mode: 0644]
tests/main/snapd-reexec/task.yaml [new file with mode: 0644]
tests/main/static/task.yaml [new file with mode: 0644]
tests/main/systemd-service/task.yaml [new file with mode: 0644]
tests/main/try-non-fatal/task.yaml [new file with mode: 0644]
tests/main/try-snap-goes-away/task.yaml [new file with mode: 0644]
tests/main/try-snap-is-optional/task.yaml [new file with mode: 0644]
tests/main/try-twice-with-daemon/task.yaml [new file with mode: 0644]
tests/main/try/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-apt/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-classic/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-create-user/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-custom-device-reg-extras/manip_seed.py [new file with mode: 0644]
tests/main/ubuntu-core-custom-device-reg-extras/prepare-device [new file with mode: 0755]
tests/main/ubuntu-core-custom-device-reg-extras/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-custom-device-reg/manip_seed.py [new file with mode: 0644]
tests/main/ubuntu-core-custom-device-reg/prepare-device [new file with mode: 0755]
tests/main/ubuntu-core-custom-device-reg/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-device-reg/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-fan/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-gadget-config-defaults/manip_seed.py [new file with mode: 0644]
tests/main/ubuntu-core-gadget-config-defaults/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-grub/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-os-release/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-reboot/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-uboot/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-upgrade/task.yaml [new file with mode: 0644]
tests/main/ubuntu-core-writablepaths/task.yaml [new file with mode: 0644]
tests/main/whoami/successful_login.exp [new file with mode: 0644]
tests/main/whoami/task.yaml [new file with mode: 0644]
tests/main/writable-areas/task.yaml [new file with mode: 0644]
tests/main/xauth-migration/task.yaml [new file with mode: 0644]
tests/manual-tests.md [new file with mode: 0644]
tests/nested/core-revert/task.yaml [new file with mode: 0644]
tests/nested/extra-snaps-assertions/task.yaml [new file with mode: 0644]
tests/nested/image-build/task.yaml [new file with mode: 0644]
tests/nightly/docker/task.yaml [new file with mode: 0644]
tests/nightly/unity/task.yaml [new file with mode: 0644]
tests/regression/lp-1595444/task.yaml [new file with mode: 0644]
tests/regression/lp-1597839/task.yaml [new file with mode: 0644]
tests/regression/lp-1597842/task.yaml [new file with mode: 0644]
tests/regression/lp-1599891/task.yaml [new file with mode: 0644]
tests/regression/lp-1606277/task.yaml [new file with mode: 0644]
tests/regression/lp-1607796/task.yaml [new file with mode: 0644]
tests/regression/lp-1613845/task.yaml [new file with mode: 0644]
tests/regression/lp-1615113/task.yaml [new file with mode: 0644]
tests/regression/lp-1618683/task.yaml [new file with mode: 0644]
tests/regression/lp-1630479/task.yaml [new file with mode: 0644]
tests/regression/lp-1641885/task.yaml [new file with mode: 0644]
tests/regression/lp-1644439/task.yaml [new file with mode: 0644]
tests/regression/lp-1665004/task.yaml [new file with mode: 0644]
tests/regression/lp-1667385/task.yaml [new file with mode: 0644]
tests/regression/lp-1693042/task.yaml [new file with mode: 0644]
tests/regression/lp-1704860/snap-env-query.sh [new file with mode: 0755]
tests/regression/lp-1704860/task.yaml [new file with mode: 0644]
tests/unit/c-unit-tests/task.yaml [new file with mode: 0644]
tests/unit/gccgo/task.yaml [new file with mode: 0644]
tests/unit/go/task.yaml [new file with mode: 0644]
tests/upgrade/basic/task.yaml [new file with mode: 0644]
tests/util/benchmark.sh [new file with mode: 0755]
testutil/base.go [new file with mode: 0644]
testutil/checkers.go [new file with mode: 0644]
testutil/checkers_test.go [new file with mode: 0644]
testutil/exec.go [new file with mode: 0644]
testutil/exec_test.go [new file with mode: 0644]
timeout/timeout.go [new file with mode: 0644]
timeout/timeout_test.go [new file with mode: 0644]
timeutil/export_test.go [new file with mode: 0644]
timeutil/schedule.go [new file with mode: 0644]
timeutil/schedule_test.go [new file with mode: 0644]
update-pot [new file with mode: 0755]
vendor/vendor.json [new file with mode: 0644]
wrappers/binaries.go [new file with mode: 0644]
wrappers/binaries_test.go [new file with mode: 0644]
wrappers/desktop.go [new file with mode: 0644]
wrappers/desktop_test.go [new file with mode: 0644]
wrappers/export_test.go [new file with mode: 0644]
wrappers/services.go [new file with mode: 0644]
wrappers/services_gen_test.go [new file with mode: 0644]
wrappers/services_test.go [new file with mode: 0644]
x11/xauth.go [new file with mode: 0644]
x11/xauth_test.go [new file with mode: 0644]