Import snapd_2.37.orig.tar.xz
authorZygmunt Krynicki <me@zygoon.pl>
Tue, 22 Jan 2019 11:39:58 +0000 (11:39 +0000)
committerZygmunt Krynicki <me@zygoon.pl>
Tue, 22 Jan 2019 11:39:58 +0000 (11:39 +0000)
commit633df54b7a8ec01f104bf840771f7c86934b3089
tree3b31fe370764b26e324352b4281c9b35d906dea3
Import snapd_2.37.orig.tar.xz

[dgit import orig snapd_2.37.orig.tar.xz]
2459 files changed:
.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]
PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
README.md [new file with mode: 0644]
advisor/backend.go [new file with mode: 0644]
advisor/cmdfinder.go [new file with mode: 0644]
advisor/cmdfinder_test.go [new file with mode: 0644]
advisor/export_test.go [new file with mode: 0644]
advisor/finder.go [new file with mode: 0644]
advisor/pkgfinder.go [new file with mode: 0644]
advisor/pkgfinder_test.go [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/store_asserts.go [new file with mode: 0644]
asserts/store_asserts_test.go [new file with mode: 0644]
asserts/sysdb/generic.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/apps.go [new file with mode: 0644]
client/apps_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]
client/snapshot.go [new file with mode: 0644]
client/snapshot_test.go [new file with mode: 0644]
client/warnings.go [new file with mode: 0644]
client/warnings_test.go [new file with mode: 0644]
cmd/.indent.pro [new file with mode: 0644]
cmd/Makefile.am [new file with mode: 0644]
cmd/appinfo.go [new file with mode: 0644]
cmd/appinfo_test.go [new file with mode: 0644]
cmd/autogen.sh [new file with mode: 0755]
cmd/cmd_linux.go [new file with mode: 0644]
cmd/cmd_linux_test.go [new file with mode: 0644]
cmd/cmd_other.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/apparmor-support.c [new file with mode: 0644]
cmd/libsnap-confine-private/apparmor-support.h [new file with mode: 0644]
cmd/libsnap-confine-private/cgroup-freezer-support.c [new file with mode: 0644]
cmd/libsnap-confine-private/cgroup-freezer-support.h [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/feature-test.c [new file with mode: 0644]
cmd/libsnap-confine-private/feature.c [new file with mode: 0644]
cmd/libsnap-confine-private/feature.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/tool.c [new file with mode: 0644]
cmd/libsnap-confine-private/tool.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/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/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/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/snap-device-helper [new file with mode: 0755]
cmd/snap-confine/snap-device-helper-test.c [new file with mode: 0644]
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/export_test.go [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-failure/cmd_snapd.go [new file with mode: 0644]
cmd/snap-failure/cmd_snapd_test.go [new file with mode: 0644]
cmd/snap-failure/export_test.go [new file with mode: 0644]
cmd/snap-failure/main.go [new file with mode: 0644]
cmd/snap-failure/main_test.go [new file with mode: 0644]
cmd/snap-gdb-shim/snap-gdb-shim.c [new file with mode: 0644]
cmd/snap-mgmt/snap-mgmt.sh.in [new file with mode: 0644]
cmd/snap-repair/cmd_done_retry_skip.go [new file with mode: 0644]
cmd/snap-repair/cmd_done_retry_skip_test.go [new file with mode: 0644]
cmd/snap-repair/cmd_list.go [new file with mode: 0644]
cmd/snap-repair/cmd_list_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/cmd_show.go [new file with mode: 0644]
cmd/snap-repair/cmd_show_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-repair/runner.go [new file with mode: 0644]
cmd/snap-repair/runner_test.go [new file with mode: 0644]
cmd/snap-repair/staging.go [new file with mode: 0644]
cmd/snap-repair/trace.go [new file with mode: 0644]
cmd/snap-repair/trace_test.go [new file with mode: 0644]
cmd/snap-repair/trusted.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_ppc64le.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_ppc64le.go [new file with mode: 0644]
cmd/snap-update-ns/bootstrap_test.go [new file with mode: 0644]
cmd/snap-update-ns/change.go [new file with mode: 0644]
cmd/snap-update-ns/change_test.go [new file with mode: 0644]
cmd/snap-update-ns/export_test.go [new file with mode: 0644]
cmd/snap-update-ns/freezer.go [new file with mode: 0644]
cmd/snap-update-ns/freezer_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-update-ns/secure_bindmount.go [new file with mode: 0644]
cmd/snap-update-ns/secure_bindmount_test.go [new file with mode: 0644]
cmd/snap-update-ns/sorting.go [new file with mode: 0644]
cmd/snap-update-ns/sorting_test.go [new file with mode: 0644]
cmd/snap-update-ns/trespassing.go [new file with mode: 0644]
cmd/snap-update-ns/trespassing_test.go [new file with mode: 0644]
cmd/snap-update-ns/utils.go [new file with mode: 0644]
cmd/snap-update-ns/utils_test.go [new file with mode: 0644]
cmd/snap/cmd_abort.go [new file with mode: 0644]
cmd/snap/cmd_abort_test.go [new file with mode: 0644]
cmd/snap/cmd_ack.go [new file with mode: 0644]
cmd/snap/cmd_advise.go [new file with mode: 0644]
cmd/snap/cmd_advise_test.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_blame.go [new file with mode: 0644]
cmd/snap/cmd_blame_generated.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_can_manage_refreshes.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_connectivity_check.go [new file with mode: 0644]
cmd/snap/cmd_connectivity_check_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_handle_link.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_interface.go [new file with mode: 0644]
cmd/snap/cmd_interface_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_pack.go [new file with mode: 0644]
cmd/snap/cmd_pack_test.go [new file with mode: 0644]
cmd/snap/cmd_paths.go [new file with mode: 0644]
cmd/snap/cmd_paths_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_repair_repairs.go [new file with mode: 0644]
cmd/snap/cmd_repair_repairs_test.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_sandbox_features.go [new file with mode: 0644]
cmd/snap/cmd_sandbox_features_test.go [new file with mode: 0644]
cmd/snap/cmd_services.go [new file with mode: 0644]
cmd/snap/cmd_services_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_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_snapshot.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_userd.go [new file with mode: 0644]
cmd/snap/cmd_userd_test.go [new file with mode: 0644]
cmd/snap/cmd_version.go [new file with mode: 0644]
cmd/snap/cmd_version_linux.go [new file with mode: 0644]
cmd/snap/cmd_version_other.go [new file with mode: 0644]
cmd/snap/cmd_version_test.go [new file with mode: 0644]
cmd/snap/cmd_wait.go [new file with mode: 0644]
cmd/snap/cmd_wait_test.go [new file with mode: 0644]
cmd/snap/cmd_warnings.go [new file with mode: 0644]
cmd/snap/cmd_warnings_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/color.go [new file with mode: 0644]
cmd/snap/color_test.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/snap/times.go [new file with mode: 0644]
cmd/snap/wait.go [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-apparmor/snapd-apparmor [new file with mode: 0755]
cmd/snapd-env-generator/main.c [new file with mode: 0644]
cmd/snapd-env-generator/snapd-env-generator.rst [new file with mode: 0644]
cmd/snapd-generator/main.c [new file with mode: 0644]
cmd/snapd/export_test.go [new file with mode: 0644]
cmd/snapd/main.go [new file with mode: 0644]
cmd/snapd/main_test.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_json.go [new file with mode: 0644]
daemon/api_mock_test.go [new file with mode: 0644]
daemon/api_snapshots.go [new file with mode: 0644]
daemon/api_snapshots_test.go [new file with mode: 0644]
daemon/api_test.go [new file with mode: 0644]
daemon/command_counter_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/export_snapshots_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/Makefile [new file with mode: 0644]
data/apt/20snapd.conf [new file with mode: 0644]
data/completion/complete.sh [new file with mode: 0644]
data/completion/etelpmoc.sh [new file with mode: 0644]
data/completion/snap [new file with mode: 0644]
data/dbus/Makefile [new file with mode: 0644]
data/dbus/io.snapcraft.Launcher.service.in [new file with mode: 0644]
data/dbus/io.snapcraft.Settings.service.in [new file with mode: 0644]
data/desktop/Makefile [new file with mode: 0644]
data/desktop/snap-handle-link.desktop.in [new file with mode: 0644]
data/desktop/snap-userd-autostart.desktop.in [new file with mode: 0644]
data/env/Makefile [new file with mode: 0644]
data/env/snapd.sh.in [new file with mode: 0644]
data/failure.txt [new file with mode: 0644]
data/polkit/io.snapcraft.snapd.policy [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/sysctl/rhel7-snap.conf [new file with mode: 0644]
data/systemd-env/990-snapd.conf.in [new file with mode: 0644]
data/systemd-env/Makefile [new file with mode: 0644]
data/systemd/Makefile [new file with mode: 0644]
data/systemd/snapd.apparmor.service.in [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.failure.service.in [new file with mode: 0644]
data/systemd/snapd.run-from-snap [new file with mode: 0644]
data/systemd/snapd.seeded.service.in [new file with mode: 0644]
data/systemd/snapd.service.in [new file with mode: 0644]
data/systemd/snapd.snap-repair.service.in [new file with mode: 0644]
data/systemd/snapd.snap-repair.timer [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]
dirs/export_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]
features/export_test.go [new file with mode: 0644]
features/features.go [new file with mode: 0644]
features/features_test.go [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/client.go [new file with mode: 0644]
httputil/client_test.go [new file with mode: 0644]
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/transport16.go [new file with mode: 0644]
httputil/transport17.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/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/backends/backends_test.go [new file with mode: 0644]
interfaces/backends/export_test.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/accounts_service.go [new file with mode: 0644]
interfaces/builtin/accounts_service_test.go [new file with mode: 0644]
interfaces/builtin/adb_support.go [new file with mode: 0644]
interfaces/builtin/adb_support_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_control.go [new file with mode: 0644]
interfaces/builtin/avahi_control_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/calendar_service.go [new file with mode: 0644]
interfaces/builtin/calendar_service_test.go [new file with mode: 0644]
interfaces/builtin/camera.go [new file with mode: 0644]
interfaces/builtin/camera_test.go [new file with mode: 0644]
interfaces/builtin/can_bus.go [new file with mode: 0644]
interfaces/builtin/can_bus_test.go [new file with mode: 0644]
interfaces/builtin/cifs_mount.go [new file with mode: 0644]
interfaces/builtin/cifs_mount_test.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_files.go [new file with mode: 0644]
interfaces/builtin/common_test.go [new file with mode: 0644]
interfaces/builtin/contacts_service.go [new file with mode: 0644]
interfaces/builtin/contacts_service_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/cpu_control.go [new file with mode: 0644]
interfaces/builtin/cpu_control_test.go [new file with mode: 0644]
interfaces/builtin/cups_control.go [new file with mode: 0644]
interfaces/builtin/daemon_notify.go [new file with mode: 0644]
interfaces/builtin/daemon_notify_test.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/desktop.go [new file with mode: 0644]
interfaces/builtin/desktop_legacy.go [new file with mode: 0644]
interfaces/builtin/desktop_legacy_test.go [new file with mode: 0644]
interfaces/builtin/desktop_test.go [new file with mode: 0644]
interfaces/builtin/device_buttons.go [new file with mode: 0644]
interfaces/builtin/device_buttons_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/dummy.go [new file with mode: 0644]
interfaces/builtin/dvb.go [new file with mode: 0644]
interfaces/builtin/dvb_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/gpg_keys.go [new file with mode: 0644]
interfaces/builtin/gpg_keys_test.go [new file with mode: 0644]
interfaces/builtin/gpg_public_keys.go [new file with mode: 0644]
interfaces/builtin/gpg_public_keys_test.go [new file with mode: 0644]
interfaces/builtin/gpio.go [new file with mode: 0644]
interfaces/builtin/gpio_memory_control.go [new file with mode: 0644]
interfaces/builtin/gpio_memory_control_test.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/hostname_control.go [new file with mode: 0644]
interfaces/builtin/hostname_control_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/juju_client_observe.go [new file with mode: 0644]
interfaces/builtin/juju_client_observe_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/kernel_module_observe.go [new file with mode: 0644]
interfaces/builtin/kernel_module_observe_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/kvm.go [new file with mode: 0644]
interfaces/builtin/kvm_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/opengl_test.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/optical_drive_test.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/personal_files.go [new file with mode: 0644]
interfaces/builtin/personal_files_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/screencast_legacy.go [new file with mode: 0644]
interfaces/builtin/screencast_legacy_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/spi.go [new file with mode: 0644]
interfaces/builtin/spi_test.go [new file with mode: 0644]
interfaces/builtin/ssh_keys.go [new file with mode: 0644]
interfaces/builtin/ssh_keys_test.go [new file with mode: 0644]
interfaces/builtin/ssh_public_keys.go [new file with mode: 0644]
interfaces/builtin/ssh_public_keys_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_files.go [new file with mode: 0644]
interfaces/builtin/system_files_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/utils_test.go [new file with mode: 0644]
interfaces/builtin/wayland.go [new file with mode: 0644]
interfaces/builtin/wayland_test.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/connection.go [new file with mode: 0644]
interfaces/connection_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/export_test.go [new file with mode: 0644]
interfaces/hotplug/deviceinfo.go [new file with mode: 0644]
interfaces/hotplug/deviceinfo_test.go [new file with mode: 0644]
interfaces/hotplug/spec.go [new file with mode: 0644]
interfaces/hotplug/spec_test.go [new file with mode: 0644]
interfaces/hotplug/udevadm.go [new file with mode: 0644]
interfaces/hotplug/udevadm_test.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/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/lock.go [new file with mode: 0644]
interfaces/mount/lock_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/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/system_key.go [new file with mode: 0644]
interfaces/system_key_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]
interfaces/utils/utils.go [new file with mode: 0644]
interfaces/utils/utils_test.go [new file with mode: 0644]
jsonutil/json.go [new file with mode: 0644]
jsonutil/json_test.go [new file with mode: 0644]
jsonutil/safejson/safejson.go [new file with mode: 0644]
jsonutil/safejson/safejson_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]
mkauthors.sh [new file with mode: 0755]
mkversion.sh [new file with mode: 0755]
netutil/metered.go [new file with mode: 0644]
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/context.go [new file with mode: 0644]
osutil/context_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/fshelpers.go [new file with mode: 0644]
osutil/fshelpers_test.go [new file with mode: 0644]
osutil/group.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/mkdirallchown_test.go [new file with mode: 0644]
osutil/mockable.go [new file with mode: 0644]
osutil/mount_darwin.go [new file with mode: 0644]
osutil/mount_linux.go [new file with mode: 0644]
osutil/mount_linux_test.go [new file with mode: 0644]
osutil/mountentry_linux.go [new file with mode: 0644]
osutil/mountentry_linux_test.go [new file with mode: 0644]
osutil/mountinfo_linux.go [new file with mode: 0644]
osutil/mountinfo_linux_test.go [new file with mode: 0644]
osutil/mountprofile_linux.go [new file with mode: 0644]
osutil/mountprofile_linux_test.go [new file with mode: 0644]
osutil/nfs_darwin.go [new file with mode: 0644]
osutil/nfs_linux.go [new file with mode: 0644]
osutil/nfs_linux_test.go [new file with mode: 0644]
osutil/osutil_darwin.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/overlay_darwin.go [new file with mode: 0644]
osutil/overlay_linux.go [new file with mode: 0644]
osutil/overlay_linux_test.go [new file with mode: 0644]
osutil/squashfs/fstype.go [new file with mode: 0644]
osutil/stat.go [new file with mode: 0644]
osutil/stat_test.go [new file with mode: 0644]
osutil/strace/export_test.go [new file with mode: 0644]
osutil/strace/strace.go [new file with mode: 0644]
osutil/strace/strace_test.go [new file with mode: 0644]
osutil/strace/timing.go [new file with mode: 0644]
osutil/strace/timing_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/sys/syscall.go [new file with mode: 0644]
osutil/sys/sysnum_16_linux.go [new file with mode: 0644]
osutil/sys/sysnum_32_linux.go [new file with mode: 0644]
osutil/sys/sysnum_darwin.go [new file with mode: 0644]
osutil/sys/sysnum_linux.go [new file with mode: 0644]
osutil/sys_linux.go [new file with mode: 0644]
osutil/sys_linux_test.go [new file with mode: 0644]
osutil/udev/.travis.yml [new file with mode: 0644]
osutil/udev/LICENSE [new file with mode: 0644]
osutil/udev/README.md [new file with mode: 0644]
osutil/udev/crawler/device.go [new file with mode: 0644]
osutil/udev/main.go.sample [new file with mode: 0644]
osutil/udev/matcher.sample [new file with mode: 0644]
osutil/udev/netlink/conn.go [new file with mode: 0644]
osutil/udev/netlink/conn_test.go [new file with mode: 0644]
osutil/udev/netlink/matcher.go [new file with mode: 0644]
osutil/udev/netlink/matcher_test.go [new file with mode: 0644]
osutil/udev/netlink/uevent.go [new file with mode: 0644]
osutil/udev/netlink/uevent_test.go [new file with mode: 0644]
osutil/uname.go [new file with mode: 0644]
osutil/uname_darwin.go [new file with mode: 0644]
osutil/uname_linux.go [new file with mode: 0644]
osutil/uname_linux_test.go [new file with mode: 0644]
osutil/unlink.go [new file with mode: 0644]
osutil/unlink_darwin.go [new file with mode: 0644]
osutil/unlink_linux.go [new file with mode: 0644]
osutil/unlink_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/configcore/cloud.go [new file with mode: 0644]
overlord/configstate/configcore/cloud_test.go [new file with mode: 0644]
overlord/configstate/configcore/corecfg.go [new file with mode: 0644]
overlord/configstate/configcore/corecfg_test.go [new file with mode: 0644]
overlord/configstate/configcore/experimental.go [new file with mode: 0644]
overlord/configstate/configcore/experimental_test.go [new file with mode: 0644]
overlord/configstate/configcore/export_test.go [new file with mode: 0644]
overlord/configstate/configcore/network.go [new file with mode: 0644]
overlord/configstate/configcore/network_test.go [new file with mode: 0644]
overlord/configstate/configcore/picfg.go [new file with mode: 0644]
overlord/configstate/configcore/picfg_test.go [new file with mode: 0644]
overlord/configstate/configcore/powerbtn.go [new file with mode: 0644]
overlord/configstate/configcore/powerbtn_test.go [new file with mode: 0644]
overlord/configstate/configcore/proxy.go [new file with mode: 0644]
overlord/configstate/configcore/proxy_test.go [new file with mode: 0644]
overlord/configstate/configcore/refresh.go [new file with mode: 0644]
overlord/configstate/configcore/refresh_test.go [new file with mode: 0644]
overlord/configstate/configcore/services.go [new file with mode: 0644]
overlord/configstate/configcore/services_test.go [new file with mode: 0644]
overlord/configstate/configcore/utils.go [new file with mode: 0644]
overlord/configstate/configcore/utils_test.go [new file with mode: 0644]
overlord/configstate/configcore/watchdog.go [new file with mode: 0644]
overlord/configstate/configcore/watchdog_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/configstate/proxyconf/proxy.go [new file with mode: 0644]
overlord/configstate/proxyconf/proxy_test.go [new file with mode: 0644]
overlord/configstate/settings/settings.go [new file with mode: 0644]
overlord/configstate/settings/settings_test.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/helpers.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/restart.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/services.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/services_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/ctlcmd/start.go [new file with mode: 0644]
overlord/hookstate/ctlcmd/stop.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/handlers_test.go [new file with mode: 0644]
overlord/ifacestate/helpers.go [new file with mode: 0644]
overlord/ifacestate/helpers_test.go [new file with mode: 0644]
overlord/ifacestate/hooks.go [new file with mode: 0644]
overlord/ifacestate/hotplug.go [new file with mode: 0644]
overlord/ifacestate/hotplug_test.go [new file with mode: 0644]
overlord/ifacestate/ifacemgr.go [new file with mode: 0644]
overlord/ifacestate/ifacerepo/repo.go [new file with mode: 0644]
overlord/ifacestate/ifacerepo/repo_test.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/ifacestate/udevmonitor/udevmon.go [new file with mode: 0644]
overlord/ifacestate/udevmonitor/udevmon_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_1.go [new file with mode: 0644]
overlord/patch/patch6_1_test.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/servicestate/servicestate.go [new file with mode: 0644]
overlord/snapshotstate/backend/backend.go [new file with mode: 0644]
overlord/snapshotstate/backend/backend_test.go [new file with mode: 0644]
overlord/snapshotstate/backend/export_test.go [new file with mode: 0644]
overlord/snapshotstate/backend/helpers.go [new file with mode: 0644]
overlord/snapshotstate/backend/reader.go [new file with mode: 0644]
overlord/snapshotstate/backend/restorestate.go [new file with mode: 0644]
overlord/snapshotstate/backend/sizer.go [new file with mode: 0644]
overlord/snapshotstate/export_test.go [new file with mode: 0644]
overlord/snapshotstate/snapshotmgr.go [new file with mode: 0644]
overlord/snapshotstate/snapshotmgr_test.go [new file with mode: 0644]
overlord/snapshotstate/snapshotstate.go [new file with mode: 0644]
overlord/snapshotstate/snapshotstate_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/autorefresh.go [new file with mode: 0644]
overlord/snapstate/autorefresh_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/fontconfig.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/snapdata_test.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/catalogrefresh.go [new file with mode: 0644]
overlord/snapstate/catalogrefresh_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/conflict.go [new file with mode: 0644]
overlord/snapstate/cookies.go [new file with mode: 0644]
overlord/snapstate/cookies_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/handlers_prereq_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/readme.go [new file with mode: 0644]
overlord/snapstate/readme_test.go [new file with mode: 0644]
overlord/snapstate/refreshhints.go [new file with mode: 0644]
overlord/snapstate/refreshhints_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/standby/export_test.go [new file with mode: 0644]
overlord/standby/standby.go [new file with mode: 0644]
overlord/standby/standby_test.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/state/warning.go [new file with mode: 0644]
overlord/state/warning_test.go [new file with mode: 0644]
overlord/stateengine.go [new file with mode: 0644]
overlord/stateengine_test.go [new file with mode: 0644]
overlord/unknowntask.go [new file with mode: 0644]
packaging/amzn-2 [new symlink]
packaging/arch/PKGBUILD [new file with mode: 0644]
packaging/arch/snapd.install [new file with mode: 0644]
packaging/build-tools/go [new file with mode: 0755]
packaging/centos-7 [new symlink]
packaging/fedora-25 [new symlink]
packaging/fedora-26 [new symlink]
packaging/fedora-27 [new symlink]
packaging/fedora-28 [new symlink]
packaging/fedora-29 [new symlink]
packaging/fedora-rawhide [new symlink]
packaging/fedora/snapd.spec [new file with mode: 0644]
packaging/opensuse-15.0 [new symlink]
packaging/opensuse-42.1 [new symlink]
packaging/opensuse-42.2 [new symlink]
packaging/opensuse-42.3 [new symlink]
packaging/opensuse-tumbleweed [new symlink]
packaging/opensuse/permissions [new file with mode: 0644]
packaging/opensuse/permissions.easy [new file with mode: 0644]
packaging/opensuse/permissions.paranoid [new file with mode: 0644]
packaging/opensuse/permissions.secure [new file with mode: 0644]
packaging/opensuse/snapd-rpmlintrc [new file with mode: 0644]
packaging/opensuse/snapd.changes [new file with mode: 0644]
packaging/opensuse/snapd.spec [new file with mode: 0644]
packaging/ubuntu-14.04/changelog [new file with mode: 0644]
packaging/ubuntu-14.04/compat [new symlink]
packaging/ubuntu-14.04/control [new file with mode: 0644]
packaging/ubuntu-14.04/copyright [new file with mode: 0644]
packaging/ubuntu-14.04/golang-github-snapcore-snapd-dev.install [new symlink]
packaging/ubuntu-14.04/rules [new file with mode: 0755]
packaging/ubuntu-14.04/snap-confine.maintscript [new symlink]
packaging/ubuntu-14.04/snap.mount.service [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.autoimport.udev [new symlink]
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.links [new file with mode: 0644]
packaging/ubuntu-14.04/snapd.maintscript [new symlink]
packaging/ubuntu-14.04/snapd.manpages [new symlink]
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/source [new symlink]
packaging/ubuntu-14.04/tests/README.md [new symlink]
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 symlink]
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/gbp.conf [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.links [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/source/options [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]
parts/plugins/x_builddeb.py [new file with mode: 0644]
po/af.po [new file with mode: 0644]
po/am.po [new file with mode: 0644]
po/ar.po [new file with mode: 0644]
po/bs.po [new file with mode: 0644]
po/ca.po [new file with mode: 0644]
po/cs.po [new file with mode: 0644]
po/cy.po [new file with mode: 0644]
po/da.po [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/el.po [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/eo.po [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/fi.po [new file with mode: 0644]
po/fr.po [new file with mode: 0644]
po/gl.po [new file with mode: 0644]
po/hr.po [new file with mode: 0644]
po/hu.po [new file with mode: 0644]
po/ia.po [new file with mode: 0644]
po/id.po [new file with mode: 0644]
po/it.po [new file with mode: 0644]
po/its/polkit.its [new file with mode: 0644]
po/ja.po [new file with mode: 0644]
po/km.po [new file with mode: 0644]
po/ko.po [new file with mode: 0644]
po/lt.po [new file with mode: 0644]
po/ms.po [new file with mode: 0644]
po/nb.po [new file with mode: 0644]
po/nl.po [new file with mode: 0644]
po/oc.po [new file with mode: 0644]
po/pl.po [new file with mode: 0644]
po/pt.po [new file with mode: 0644]
po/pt_BR.po [new file with mode: 0644]
po/ro.po [new file with mode: 0644]
po/ru.po [new file with mode: 0644]
po/sq.po [new file with mode: 0644]
po/sv.po [new file with mode: 0644]
po/th.po [new file with mode: 0644]
po/tr.po [new file with mode: 0644]
po/ug.po [new file with mode: 0644]
po/uk.po [new file with mode: 0644]
po/zh_CN.po [new file with mode: 0644]
po/zh_TW.po [new file with mode: 0644]
polkit/authority.go [new file with mode: 0644]
polkit/pid_start_time.go [new file with mode: 0644]
polkit/pid_start_time_test.go [new file with mode: 0644]
progress/ansimeter.go [new file with mode: 0644]
progress/ansimeter_test.go [new file with mode: 0644]
progress/export_test.go [new file with mode: 0644]
progress/progress.go [new file with mode: 0644]
progress/progress_test.go [new file with mode: 0644]
progress/progresstest/progresstest.go [new file with mode: 0644]
release-tools/repack-debian-tarball.sh [new file with mode: 0755]
release/apparmor.go [new file with mode: 0644]
release/apparmor_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/seccomp.go [new file with mode: 0644]
release/seccomp_test.go [new file with mode: 0644]
release/selinux.go [new file with mode: 0644]
release/selinux_test.go [new file with mode: 0644]
run-checks [new file with mode: 0755]
sanity/apparmor_lxd.go [new file with mode: 0644]
sanity/apparmor_lxd_test.go [new file with mode: 0644]
sanity/check.go [new file with mode: 0644]
sanity/check_test.go [new file with mode: 0644]
sanity/export_test.go [new file with mode: 0644]
sanity/squashfs.go [new file with mode: 0644]
sanity/squashfs_test.go [new file with mode: 0644]
sanity/version.go [new file with mode: 0644]
sanity/version_test.go [new file with mode: 0644]
sanity/wsl.go [new file with mode: 0644]
sanity/wsl_test.go [new file with mode: 0644]
selinux/export_test.go [new file with mode: 0644]
selinux/label.go [new file with mode: 0644]
selinux/label_darwin.go [new file with mode: 0644]
selinux/label_linux.go [new file with mode: 0644]
selinux/label_linux_test.go [new file with mode: 0644]
selinux/selinux_darwin.go [new file with mode: 0644]
selinux/selinux_linux.go [new file with mode: 0644]
selinux/selinux_linux_test.go [new file with mode: 0644]
snap/broken.go [new file with mode: 0644]
snap/broken_test.go [new file with mode: 0644]
snap/channel.go [new file with mode: 0644]
snap/channel_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/epoch.go [new file with mode: 0644]
snap/epoch_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/pack/export_test.go [new file with mode: 0644]
snap/pack/pack.go [new file with mode: 0644]
snap/pack/pack_test.go [new file with mode: 0644]
snap/restartcond.go [new file with mode: 0644]
snap/restartcond_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/snaptest.go [new file with mode: 0644]
snap/snaptest/snaptest_test.go [new file with mode: 0644]
snap/squashfs/export_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/squashfs/stat.go [new file with mode: 0644]
snap/squashfs/stat_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]
snapcraft.yaml [new file with mode: 0644]
spdx/licenses.go [new file with mode: 0644]
spdx/parser.go [new file with mode: 0644]
spdx/parser_test.go [new file with mode: 0644]
spdx/scanner.go [new file with mode: 0644]
spdx/scanner_test.go [new file with mode: 0644]
spdx/validate.go [new file with mode: 0644]
spread-shellcheck [new file with mode: 0755]
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/cache.go [new file with mode: 0644]
store/cache_test.go [new file with mode: 0644]
store/details.go [new file with mode: 0644]
store/details_v2.go [new file with mode: 0644]
store/details_v2_test.go [new file with mode: 0644]
store/download_test.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/storetest/storetest.go [new file with mode: 0644]
store/stringlist_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/chrorder.go [new file with mode: 0644]
strutil/chrorder/main.go [new file with mode: 0644]
strutil/ctrl16.go [new file with mode: 0644]
strutil/ctrl17.go [new file with mode: 0644]
strutil/limbuffer.go [new file with mode: 0644]
strutil/limbuffer_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/matchcounter.go [new file with mode: 0644]
strutil/matchcounter_benchmark_test.go [new file with mode: 0644]
strutil/matchcounter_test.go [new file with mode: 0644]
strutil/pathiter.go [new file with mode: 0644]
strutil/pathiter_test.go [new file with mode: 0644]
strutil/quantity/example_test.go [new file with mode: 0644]
strutil/quantity/quantity.go [new file with mode: 0644]
strutil/shlex/shlex.go [new file with mode: 0644]
strutil/shlex/shlex_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_benchmark_test.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/journal.go [new file with mode: 0644]
systemd/journal_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/funcarg.complete [new file with mode: 0644]
tests/completion/funcarg.sh [new file with mode: 0644]
tests/completion/funcarg.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/snippets/task.exp [new file with mode: 0644]
tests/completion/snippets/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/core18/basic/task.yaml [new file with mode: 0644]
tests/core18/compat/task.yaml [new file with mode: 0644]
tests/core18/kernel/task.yaml [new file with mode: 0644]
tests/core18/remove/task.yaml [new file with mode: 0644]
tests/core18/snapd-failover/task.yaml [new file with mode: 0644]
tests/core18/snapd-refresh/task.yaml [new file with mode: 0644]
tests/cross/go-build/task.yaml [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/auto-import.assert.json [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/fake.store [new file with mode: 0644]
tests/lib/assertions/nested-amd64.model [new file with mode: 0644]
tests/lib/assertions/nested-amd64.model.json [new file with mode: 0644]
tests/lib/assertions/nested-i386.model [new file with mode: 0644]
tests/lib/assertions/nested-i386.model.json [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/pi2.model.json [new file with mode: 0644]
tests/lib/assertions/testrootorg-store.account-key [new file with mode: 0644]
tests/lib/assertions/ubuntu-core-18-amd64.model [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/cla_check.py [new file with mode: 0755]
tests/lib/dbus.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/fakegpio/fake-gpio.py [new file with mode: 0755]
tests/lib/fakestore/cmd/fakestore/cmd_make_refreshable.go [new file with mode: 0644]
tests/lib/fakestore/cmd/fakestore/cmd_new_snap_decl.go [new file with mode: 0644]
tests/lib/fakestore/cmd/fakestore/cmd_new_snap_rev.go [new file with mode: 0644]
tests/lib/fakestore/cmd/fakestore/cmd_run.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/refresh/snap_asserts.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/files.sh [new file with mode: 0644]
tests/lib/journalctl.sh [new file with mode: 0644]
tests/lib/list-interfaces.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: 0755]
tests/lib/prepare-restore.sh [new file with mode: 0755]
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/random.sh [new file with mode: 0644]
tests/lib/reset.sh [new file with mode: 0755]
tests/lib/snaps.sh [new file with mode: 0644]
tests/lib/snaps/account-control-consumer-core18/bin/chpasswd [new file with mode: 0755]
tests/lib/snaps/account-control-consumer-core18/bin/deluser [new file with mode: 0755]
tests/lib/snaps/account-control-consumer-core18/bin/useradd [new file with mode: 0755]
tests/lib/snaps/account-control-consumer-core18/meta/snap.yaml [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/gui/io.snapcraft.echoecho.desktop [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/configure [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-consumer/meta/hooks/connect-plug-consumer [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-consumer/meta/hooks/disconnect-plug-consumer [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-consumer/meta/hooks/prepare-plug-consumer [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-consumer/meta/hooks/unprepare-plug-consumer [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/configure [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-producer/meta/hooks/connect-slot-producer [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-producer/meta/hooks/disconnect-slot-producer [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-producer/meta/hooks/prepare-slot-producer [new file with mode: 0755]
tests/lib/snaps/basic-iface-hooks-producer/meta/hooks/unprepare-slot-producer [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-run/bin/echo [new file with mode: 0755]
tests/lib/snaps/basic-run/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/browser-support-consumer/bin/cmd [new file with mode: 0755]
tests/lib/snaps/browser-support-consumer/meta/snap.yaml.in [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/command-chain/chain1 [new file with mode: 0755]
tests/lib/snaps/command-chain/chain2 [new file with mode: 0755]
tests/lib/snaps/command-chain/hello [new file with mode: 0755]
tests/lib/snaps/command-chain/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/command-chain/meta/icon.png [new file with mode: 0644]
tests/lib/snaps/command-chain/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/config-versions-v2/bin/sh [new file with mode: 0755]
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/bin/sh [new file with mode: 0755]
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-bad-install/meta/hooks/install [new file with mode: 0755]
tests/lib/snaps/snap-hooks-bad-install/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/snap-hooks-bad-install/true [new file with mode: 0755]
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/post-refresh [new file with mode: 0755]
tests/lib/snaps/snap-hooks/meta/hooks/pre-refresh [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-hooks/true [new file with mode: 0755]
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/snap-store/bin/snap-store [new file with mode: 0755]
tests/lib/snaps/snap-store/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/snapctl-from-snap-core18/bin/snapctl-get [new file with mode: 0755]
tests/lib/snaps/snapctl-from-snap-core18/bin/snapctl-set [new file with mode: 0755]
tests/lib/snaps/snapctl-from-snap-core18/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/snapctl-from-snap-core18/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/socket-activation/bin/sleep [new file with mode: 0755]
tests/lib/snaps/socket-activation/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-classic-cgroup/bin/read-fb [new file with mode: 0755]
tests/lib/snaps/test-classic-cgroup/bin/read-kmsg [new file with mode: 0755]
tests/lib/snaps/test-classic-cgroup/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-devmode-cgroup/bin/read-dev [new file with mode: 0755]
tests/lib/snaps/test-devmode-cgroup/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-accounts-service/list-accounts.c [new file with mode: 0644]
tests/lib/snaps/test-snapd-accounts-service/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-adb-support/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-adb-support/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-after-before-service/bin/start [new file with mode: 0755]
tests/lib/snaps/test-snapd-after-before-service/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-appstreamid/bin/run [new file with mode: 0755]
tests/lib/snaps/test-snapd-appstreamid/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-autopilot-consumer/consumer [new file with mode: 0755]
tests/lib/snaps/test-snapd-autopilot-consumer/provider.py [new file with mode: 0644]
tests/lib/snaps/test-snapd-autopilot-consumer/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-autopilot-consumer/wrapper [new file with mode: 0755]
tests/lib/snaps/test-snapd-base-bare/Makefile [new file with mode: 0644]
tests/lib/snaps/test-snapd-base-bare/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-base/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-base/random-file [new file with mode: 0644]
tests/lib/snaps/test-snapd-busybox-static/snapcraft.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/bin/recurse [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-complexion/bin/test-snapd-complexion [new file with mode: 0755]
tests/lib/snaps/test-snapd-complexion/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-complexion/test-snapd-complexion.bash-completer [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-advanced-plug/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-advanced-plug/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-advanced-slot/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-advanced-slot/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-advanced-slot/source/canary [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-circular1/bin/content-plug [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-circular1/import/.placeholder [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-circular1/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-circular2/bin/content-plug [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-circular2/import/.placeholder [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-circular2/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-mimic-plug/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-mimic-plug/dir/stuff-in-dir [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-mimic-plug/file [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-mimic-plug/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-mimic-plug/symlink [new symlink]
tests/lib/snaps/test-snapd-content-mimic-plug/symlink-target [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-mimic-slot/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-mimic-slot/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-mimic-slot/source/canary [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-plug-no-content-attr/bin/content-plug [new file with mode: 0755]
tests/lib/snaps/test-snapd-content-plug-no-content-attr/import/.placeholder [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-plug-no-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-no-content-attr/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-slot-no-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-content-slot2/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-content-slot2/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-daemon-notify/bin/notify [new file with mode: 0755]
tests/lib/snaps/test-snapd-daemon-notify/meta/snap.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-desktop/bin/check-dirs [new file with mode: 0755]
tests/lib/snaps/test-snapd-desktop/bin/check-files [new file with mode: 0755]
tests/lib/snaps/test-snapd-desktop/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-devmode/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-devmode/true [new file with mode: 0755]
tests/lib/snaps/test-snapd-devpts/bin/openpty [new file with mode: 0755]
tests/lib/snaps/test-snapd-devpts/bin/useptmx [new file with mode: 0755]
tests/lib/snaps/test-snapd-devpts/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-eds/calendar.c [new file with mode: 0644]
tests/lib/snaps/test-snapd-eds/contacts.c [new file with mode: 0644]
tests/lib/snaps/test-snapd-eds/meson.build [new file with mode: 0644]
tests/lib/snaps/test-snapd-eds/snap/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-epoch-1/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-epoch-2/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-event/bin/read-evdev-device [new file with mode: 0755]
tests/lib/snaps/test-snapd-event/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-framebuffer/bin/read [new file with mode: 0755]
tests/lib/snaps/test-snapd-framebuffer/bin/write [new file with mode: 0755]
tests/lib/snaps/test-snapd-framebuffer/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-gpio-memory-control/Makefile [new file with mode: 0644]
tests/lib/snaps/test-snapd-gpio-memory-control/gpiomem.c [new file with mode: 0644]
tests/lib/snaps/test-snapd-gpio-memory-control/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-hardware-random-control/bin/check [new file with mode: 0755]
tests/lib/snaps/test-snapd-hardware-random-control/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-hardware-random-observe/bin/check [new file with mode: 0755]
tests/lib/snaps/test-snapd-hardware-random-observe/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-hello-classic/Makefile [new file with mode: 0644]
tests/lib/snaps/test-snapd-hello-classic/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-hello-classic/test-snapd-hello-classic.c [new file with mode: 0644]
tests/lib/snaps/test-snapd-just-beta/snap-name [new file with mode: 0755]
tests/lib/snaps/test-snapd-just-beta/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-just-edge/snap-name [new file with mode: 0755]
tests/lib/snaps/test-snapd-just-edge/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-layout/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-layout/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-layout/opt/demo/file [new file with mode: 0644]
tests/lib/snaps/test-snapd-layout/usr/share/demo/file [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-location-control-provider/consumer [new file with mode: 0755]
tests/lib/snaps/test-snapd-location-control-provider/provider.py [new file with mode: 0644]
tests/lib/snaps/test-snapd-location-control-provider/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-location-control-provider/wrapper [new file with mode: 0755]
tests/lib/snaps/test-snapd-lp-1803535/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-lp-1803535/etc/OpenCL/vendors/foo.icd [new file with mode: 0644]
tests/lib/snaps/test-snapd-lp-1803535/meta/snap.yaml [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-netlink-audit/bin/bind [new file with mode: 0755]
tests/lib/snaps/test-snapd-netlink-audit/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-netlink-connector/bin/bind [new file with mode: 0755]
tests/lib/snaps/test-snapd-netlink-connector/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-network-status-provider/consumer [new file with mode: 0755]
tests/lib/snaps/test-snapd-network-status-provider/provider.py [new file with mode: 0644]
tests/lib/snaps/test-snapd-network-status-provider/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-network-status-provider/wrapper [new file with mode: 0755]
tests/lib/snaps/test-snapd-number-version/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-openvswitch-support/random-uuid [new file with mode: 0755]
tests/lib/snaps/test-snapd-openvswitch-support/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-physical-memory-observe/bin/head-mem [new file with mode: 0755]
tests/lib/snaps/test-snapd-physical-memory-observe/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-policy-app-consumer/bin/run [new file with mode: 0755]
tests/lib/snaps/test-snapd-policy-app-consumer/meta/gui/test-desktop.desktop [new file with mode: 0644]
tests/lib/snaps/test-snapd-policy-app-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-policy-app-provider-classic/bin/run [new file with mode: 0755]
tests/lib/snaps/test-snapd-policy-app-provider-classic/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-policy-app-provider-core/bin/run [new file with mode: 0755]
tests/lib/snaps/test-snapd-policy-app-provider-core/meta/snap.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-public/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-requires-base-bare/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-requires-base/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-rsync/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-watchdog/bin/direct [new file with mode: 0755]
tests/lib/snaps/test-snapd-service-watchdog/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/bin/start-other [new file with mode: 0755]
tests/lib/snaps/test-snapd-service/bin/start-stop-mode [new file with mode: 0755]
tests/lib/snaps/test-snapd-service/bin/start-stop-mode-sigterm [new file with mode: 0755]
tests/lib/snaps/test-snapd-service/bin/stop [new file with mode: 0755]
tests/lib/snaps/test-snapd-service/bin/stop-stop-mode [new file with mode: 0755]
tests/lib/snaps/test-snapd-service/meta/hooks/configure [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-core16/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-sh-core16/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-sh/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-sh/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-snapctl-core18/bin/service [new file with mode: 0755]
tests/lib/snaps/test-snapd-snapctl-core18/meta/hooks/install [new file with mode: 0755]
tests/lib/snaps/test-snapd-snapctl-core18/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-statx/bin/statx.py [new file with mode: 0755]
tests/lib/snaps/test-snapd-statx/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-svcs-disable-install-hook/bin/forking.sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-svcs-disable-install-hook/bin/simple.sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-svcs-disable-install-hook/meta/hooks/install [new file with mode: 0755]
tests/lib/snaps/test-snapd-svcs-disable-install-hook/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-timedate-control-consumer/bin/hwclock [new file with mode: 0755]
tests/lib/snaps/test-snapd-timedate-control-consumer/bin/timedatectl [new file with mode: 0755]
tests/lib/snaps/test-snapd-timedate-control-consumer/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-timer-service/bin/loop [new file with mode: 0755]
tests/lib/snaps/test-snapd-timer-service/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-tools-core18/bin/block [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/bin/cat [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/bin/cmd [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/bin/echo [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/bin/env [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/bin/fail [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/bin/head [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/bin/success [new file with mode: 0755]
tests/lib/snaps/test-snapd-tools-core18/meta/snap.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-tuntap/bin/tuntap.py [new file with mode: 0755]
tests/lib/snaps/test-snapd-tuntap/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-udev-input-subsystem/bin/read-evdev-kbd [new file with mode: 0755]
tests/lib/snaps/test-snapd-udev-input-subsystem/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-udisks2/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-udisks2/udisksctl [new file with mode: 0755]
tests/lib/snaps/test-snapd-uhid/Makefile [new file with mode: 0644]
tests/lib/snaps/test-snapd-uhid/snapcraft.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-uhid/uhid-test.c [new file with mode: 0644]
tests/lib/snaps/test-snapd-unknown-interfaces/bin/sh [new file with mode: 0755]
tests/lib/snaps/test-snapd-unknown-interfaces/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-validate-container-failures/bin/bar [new file with mode: 0644]
tests/lib/snaps/test-snapd-validate-container-failures/bin/foo [new file with mode: 0755]
tests/lib/snaps/test-snapd-validate-container-failures/comp.sh [new file with mode: 0644]
tests/lib/snaps/test-snapd-validate-container-failures/hell/bar [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/bar -> baz [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/bar -> baz -> qux [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/bar -> qux [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/baz [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/baz -> qux [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/foo [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/foo -> bar [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/foo -> bar -> baz [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/foo -> bar -> qux [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/foo -> baz [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/foo -> baz -> qux [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/foo -> qux [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/hell/qux [new symlink]
tests/lib/snaps/test-snapd-validate-container-failures/meta/hooks/what [new file with mode: 0644]
tests/lib/snaps/test-snapd-validate-container-failures/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-validate-container-failures/meta/unreadable [new file with mode: 0644]
tests/lib/snaps/test-snapd-with-configure-core18/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/test-snapd-with-configure-core18/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-with-configure-nc/meta/hooks/configure [new file with mode: 0755]
tests/lib/snaps/test-snapd-with-configure-nc/meta/snap.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/test-snapd-xdg-autostart/bin/foobar [new file with mode: 0755]
tests/lib/snaps/test-snapd-xdg-autostart/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-snapd-xdg-settings/bin/browser [new file with mode: 0755]
tests/lib/snaps/test-snapd-xdg-settings/bin/set-default-web-browser [new file with mode: 0755]
tests/lib/snaps/test-snapd-xdg-settings/meta/gui/browser.desktop [new file with mode: 0644]
tests/lib/snaps/test-snapd-xdg-settings/meta/snap.yaml [new file with mode: 0644]
tests/lib/snaps/test-strict-cgroup/bin/read-dev [new file with mode: 0755]
tests/lib/snaps/test-strict-cgroup/meta/snap.yaml [new file with mode: 0644]
tests/lib/spread-funcs.sh [new file with mode: 0644]
tests/lib/state.sh [new file with mode: 0755]
tests/lib/store.sh [new file with mode: 0644]
tests/lib/strings.sh [new file with mode: 0644]
tests/lib/successful_login.exp [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/lib/systems.sh [new file with mode: 0644]
tests/lib/tinyproxy/tinyproxy.py [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/appstream-id/task.yaml [new file with mode: 0644]
tests/main/apt-hooks/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-private/expired_macaroons.sh [new file with mode: 0644]
tests/main/auto-refresh-private/successful_login.exp [new file with mode: 0644]
tests/main/auto-refresh-private/task.yaml [new file with mode: 0644]
tests/main/auto-refresh/task.yaml [new file with mode: 0644]
tests/main/base-snaps-refresh/task.yaml [new file with mode: 0644]
tests/main/base-snaps/task.yaml [new file with mode: 0644]
tests/main/canonical-livepatch/task.yaml [new file with mode: 0644]
tests/main/catalog-update/task.yaml [new file with mode: 0644]
tests/main/cgroup-freezer/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-not-supported/task.yaml [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/cloud-init/task.yaml [new file with mode: 0644]
tests/main/cmdline/task.yaml [new file with mode: 0644]
tests/main/command-chain/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/alias.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/configure-hook-with-network-control/task.yaml [new file with mode: 0644]
tests/main/confinement-classic/task.yaml [new file with mode: 0644]
tests/main/core-snap-not-test-test/task.yaml [new file with mode: 0644]
tests/main/core-snap-refresh-on-core/task.yaml [new file with mode: 0644]
tests/main/core-snap-refresh/task.yaml [new file with mode: 0644]
tests/main/core-watchdog/task.yaml [new file with mode: 0644]
tests/main/core16-base/task.yaml [new file with mode: 0644]
tests/main/core18-configure-hook/task.yaml [new file with mode: 0644]
tests/main/core18-with-hooks/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/debug-paths/task.yaml [new file with mode: 0644]
tests/main/debug-sandbox/task.yaml [new file with mode: 0644]
tests/main/degraded/task.yaml [new file with mode: 0644]
tests/main/dirs-not-shared-with-host/task.yaml [new file with mode: 0644]
tests/main/disable-autoconnect/task.yaml [new file with mode: 0644]
tests/main/document-portal-activation/fake-document-portal.py [new file with mode: 0755]
tests/main/document-portal-activation/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/experimental-features/task.yaml [new file with mode: 0644]
tests/main/failover/task.yaml [new file with mode: 0644]
tests/main/fakestore-install/task.yaml [new file with mode: 0644]
tests/main/fedora-base-smoke/task.yaml [new file with mode: 0644]
tests/main/find-private/task.yaml [new file with mode: 0644]
tests/main/generic-classic-reg/task.yaml [new file with mode: 0644]
tests/main/help/task.yaml [new file with mode: 0644]
tests/main/high-user-handling/task.yaml [new file with mode: 0644]
tests/main/high-user-handling/test.go [new file with mode: 0644]
tests/main/i18n/task.yaml [new file with mode: 0644]
tests/main/install-cache/task.yaml [new file with mode: 0644]
tests/main/install-closed-channel/task.yaml [new file with mode: 0644]
tests/main/install-errors/task.yaml [new file with mode: 0644]
tests/main/install-refresh-private/task.yaml [new file with mode: 0644]
tests/main/install-refresh-remove-hooks/task.yaml [new file with mode: 0644]
tests/main/install-remove-multi/task.yaml [new file with mode: 0644]
tests/main/install-sideload-epochs/task.yaml [new file with mode: 0644]
tests/main/install-sideload/task.yaml [new file with mode: 0644]
tests/main/install-snaps/task.yaml [new file with mode: 0644]
tests/main/install-socket-activation/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/install/task.yaml [new file with mode: 0644]
tests/main/interfaces-account-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-accounts-service/task.yaml [new file with mode: 0644]
tests/main/interfaces-adb-support/task.yaml [new file with mode: 0644]
tests/main/interfaces-alsa/task.yaml [new file with mode: 0644]
tests/main/interfaces-autopilot-introspection/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-broadcom-asic-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-browser-support/task.yaml [new file with mode: 0644]
tests/main/interfaces-calendar-service/task.yaml [new file with mode: 0644]
tests/main/interfaces-cli/task.yaml [new file with mode: 0644]
tests/main/interfaces-contacts-service/task.yaml [new file with mode: 0644]
tests/main/interfaces-content-circular/task.yaml [new file with mode: 0644]
tests/main/interfaces-content-default-provider/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-mimic/task.yaml [new file with mode: 0644]
tests/main/interfaces-content-mkdir-writable/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-daemon-notify/task.yaml [new file with mode: 0644]
tests/main/interfaces-dbus/task.yaml [new file with mode: 0644]
tests/main/interfaces-desktop-document-portal/task.yaml [new file with mode: 0644]
tests/main/interfaces-desktop-host-fonts/task.yaml [new file with mode: 0644]
tests/main/interfaces-desktop/task.yaml [new file with mode: 0644]
tests/main/interfaces-device-buttons/task.yaml [new file with mode: 0644]
tests/main/interfaces-dvb/task.yaml [new file with mode: 0644]
tests/main/interfaces-firewall-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-framebuffer/task.yaml [new file with mode: 0644]
tests/main/interfaces-fuse_support/task.yaml [new file with mode: 0644]
tests/main/interfaces-gpg-keys/task.yaml [new file with mode: 0644]
tests/main/interfaces-gpg-public-keys/task.yaml [new file with mode: 0644]
tests/main/interfaces-gpio-memory-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-hardware-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-hardware-random-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-hardware-random-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-home/task.yaml [new file with mode: 0644]
tests/main/interfaces-hooks-misbehaving/task.yaml [new file with mode: 0644]
tests/main/interfaces-hooks/task.yaml [new file with mode: 0644]
tests/main/interfaces-hostname-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-iio/task.yaml [new file with mode: 0644]
tests/main/interfaces-joystick/task.yaml [new file with mode: 0644]
tests/main/interfaces-juju-client-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-kernel-module-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-kvm/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-location-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-log-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-many/task.yaml [new file with mode: 0644]
tests/main/interfaces-mount-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-netlink-audit/task.yaml [new file with mode: 0644]
tests/main/interfaces-netlink-connector/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-tuntap/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-manager/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-setup-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-setup-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-network-status/task.yaml [new file with mode: 0644]
tests/main/interfaces-network/task.yaml [new file with mode: 0644]
tests/main/interfaces-opengl-nvidia/task.yaml [new file with mode: 0644]
tests/main/interfaces-openvswitch-support/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-personal-files/task.yaml [new file with mode: 0644]
tests/main/interfaces-physical-memory-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-process-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-raw-usb/task.yaml [new file with mode: 0644]
tests/main/interfaces-removable-media/task.yaml [new file with mode: 0644]
tests/main/interfaces-shutdown-introspection/task.yaml [new file with mode: 0644]
tests/main/interfaces-snapd-control-with-manage/task.yaml [new file with mode: 0644]
tests/main/interfaces-snapd-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-ssh-keys/task.yaml [new file with mode: 0644]
tests/main/interfaces-ssh-public-keys/task.yaml [new file with mode: 0644]
tests/main/interfaces-system-files/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-timeserver-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-timezone-control/task.yaml [new file with mode: 0644]
tests/main/interfaces-udev/task.yaml [new file with mode: 0644]
tests/main/interfaces-udisks2/task.yaml [new file with mode: 0644]
tests/main/interfaces-uhid/task.yaml [new file with mode: 0644]
tests/main/interfaces-upower-observe/task.yaml [new file with mode: 0644]
tests/main/interfaces-wayland/task.yaml [new file with mode: 0644]
tests/main/kernel-snap-refresh-on-core/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/layout-symlink-bind-revert/app.v1/bin/app [new file with mode: 0755]
tests/main/layout-symlink-bind-revert/app.v1/meta/snap.yaml [new file with mode: 0644]
tests/main/layout-symlink-bind-revert/app.v1/runtime/.keep [new file with mode: 0644]
tests/main/layout-symlink-bind-revert/app.v2/bin/app [new file with mode: 0755]
tests/main/layout-symlink-bind-revert/app.v2/meta/snap.yaml [new file with mode: 0644]
tests/main/layout-symlink-bind-revert/app.v2/runtime/.keep [new file with mode: 0644]
tests/main/layout-symlink-bind-revert/runtime/meta/snap.yaml [new file with mode: 0644]
tests/main/layout-symlink-bind-revert/runtime/opt/runtime/runner [new file with mode: 0755]
tests/main/layout-symlink-bind-revert/task.yaml [new file with mode: 0644]
tests/main/layout/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/task.yaml [new file with mode: 0644]
tests/main/login/unsuccessful_login.exp [new file with mode: 0644]
tests/main/lxd/task.yaml [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/mount-protocol-error/task.yaml [new file with mode: 0644]
tests/main/network-retry/task.yaml [new file with mode: 0644]
tests/main/nfs-support/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/parallel-install-aliases/task.yaml [new file with mode: 0644]
tests/main/parallel-install-auto-aliases/task.yaml [new file with mode: 0644]
tests/main/parallel-install-basic/task.yaml [new file with mode: 0644]
tests/main/parallel-install-common-dirs-undo/task.yaml [new file with mode: 0644]
tests/main/parallel-install-common-dirs/task.yaml [new file with mode: 0644]
tests/main/parallel-install-desktop/task.yaml [new file with mode: 0644]
tests/main/parallel-install-interfaces-content/task.yaml [new file with mode: 0644]
tests/main/parallel-install-interfaces/task.yaml [new file with mode: 0644]
tests/main/parallel-install-layout/task.yaml [new file with mode: 0644]
tests/main/parallel-install-local/task.yaml [new file with mode: 0644]
tests/main/parallel-install-services/task.yaml [new file with mode: 0644]
tests/main/parallel-install-store/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-core18/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/proxy-no-core/task.yaml [new file with mode: 0644]
tests/main/proxy/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-amend/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-hold/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/retryable-error/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/sanitycheck/task.yaml [new file with mode: 0644]
tests/main/searching/task.yaml [new file with mode: 0644]
tests/main/seccomp-statx/task.yaml [new file with mode: 0644]
tests/main/security-apparmor/task.yaml [new file with mode: 0644]
tests/main/security-dev-input-event-denied/task.yaml [new file with mode: 0644]
tests/main/security-device-cgroups-classic/task.yaml [new file with mode: 0644]
tests/main/security-device-cgroups-devmode/task.yaml [new file with mode: 0644]
tests/main/security-device-cgroups-jailmode/task.yaml [new file with mode: 0644]
tests/main/security-device-cgroups-serial-port/task.yaml [new file with mode: 0644]
tests/main/security-device-cgroups-strict/task.yaml [new file with mode: 0644]
tests/main/security-device-cgroups/task.yaml [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/security-udev-input-subsystem/task.yaml [new file with mode: 0644]
tests/main/selinux-snap-restorecon/task.yaml [new file with mode: 0644]
tests/main/server-snap/task.yaml [new file with mode: 0644]
tests/main/set-proxy-store/task.yaml [new file with mode: 0644]
tests/main/snap-advise-command/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-confine/task.yaml [new file with mode: 0644]
tests/main/snap-connect/task.yaml [new file with mode: 0644]
tests/main/snap-connectivity-check/task.yaml [new file with mode: 0644]
tests/main/snap-core-fixup/task.yaml [new file with mode: 0644]
tests/main/snap-core-fixup/test.img.xz [new file with mode: 0644]
tests/main/snap-core-symlinks/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/mount.py [new file with mode: 0644]
tests/main/snap-discard-ns/mount.sh [new file with mode: 0755]
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-handle-link/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-interface/snap-interface-network-core.yaml [new file with mode: 0644]
tests/main/snap-interface/snap-interface-network-snapd.yaml [new file with mode: 0644]
tests/main/snap-interface/task.yaml [new file with mode: 0644]
tests/main/snap-logs/task.yaml [new file with mode: 0644]
tests/main/snap-mgmt/task.yaml [new file with mode: 0644]
tests/main/snap-multi-service-failing/task.yaml [new file with mode: 0644]
tests/main/snap-network-errors/task.yaml [new file with mode: 0644]
tests/main/snap-readme/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-run/task.yaml [new file with mode: 0644]
tests/main/snap-seccomp/task.yaml [new file with mode: 0644]
tests/main/snap-service-after-before-install/task.yaml [new file with mode: 0644]
tests/main/snap-service-after-before/task.yaml [new file with mode: 0644]
tests/main/snap-service-refresh-mode/task.yaml [new file with mode: 0644]
tests/main/snap-service-stop-mode-sigkill/task.yaml [new file with mode: 0644]
tests/main/snap-service-stop-mode/task.yaml [new file with mode: 0644]
tests/main/snap-service-timer/task.yaml [new file with mode: 0644]
tests/main/snap-service-watchdog/task.yaml [new file with mode: 0644]
tests/main/snap-service/task.yaml [new file with mode: 0644]
tests/main/snap-set-core-w-no-core/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-switch/task.yaml [new file with mode: 0644]
tests/main/snap-system-env/task.yaml [new file with mode: 0644]
tests/main/snap-system-key/task.yaml [new file with mode: 0644]
tests/main/snap-update-ns/task.yaml [new file with mode: 0644]
tests/main/snap-userd-desktop-app-autostart/task.yaml [new file with mode: 0644]
tests/main/snap-userd-reexec/task.yaml [new file with mode: 0644]
tests/main/snap-wait/task.yaml [new file with mode: 0644]
tests/main/snapctl-configure-core/task.yaml [new file with mode: 0644]
tests/main/snapctl-from-snap/task.yaml [new file with mode: 0644]
tests/main/snapctl-services/task.yaml [new file with mode: 0644]
tests/main/snapctl/task.yaml [new file with mode: 0644]
tests/main/snapd-go-socket-activated/task.yaml [new file with mode: 0644]
tests/main/snapd-notify/task.yaml [new file with mode: 0644]
tests/main/snapd-reexec-snapd-snap/task.yaml [new file with mode: 0644]
tests/main/snapd-reexec/task.yaml [new file with mode: 0644]
tests/main/snapd-snap/task.yaml [new file with mode: 0644]
tests/main/snapshot-basic/task.yaml [new file with mode: 0644]
tests/main/snapshot-cross-revno/task.yaml [new file with mode: 0644]
tests/main/stale-base-snap/task.yaml [new file with mode: 0644]
tests/main/static/task.yaml [new file with mode: 0644]
tests/main/svcs-disable-install-hook/task.yaml [new file with mode: 0644]
tests/main/system-core-alias/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-with-hooks/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-network-config/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-services/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/unhandled-task/task.yaml [new file with mode: 0644]
tests/main/user-data-handling/task.yaml [new file with mode: 0644]
tests/main/user-mounts/task.yaml [new file with mode: 0644]
tests/main/validate-container-failures/task.yaml [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/main/xdg-open-compat/task.yaml [new file with mode: 0644]
tests/main/xdg-open/task.yaml [new file with mode: 0644]
tests/main/xdg-settings/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/hot-plug/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-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/regression/lp-1732555/task.yaml [new file with mode: 0644]
tests/regression/lp-1764977/task.yaml [new file with mode: 0644]
tests/regression/lp-1797556/task.yaml [new file with mode: 0644]
tests/regression/lp-1800004/task.yaml [new file with mode: 0644]
tests/regression/lp-1801955/task.yaml [new file with mode: 0644]
tests/regression/lp-1802581/task.yaml [new file with mode: 0644]
tests/regression/lp-1803535/task.yaml [new file with mode: 0644]
tests/regression/lp-1803542/task.yaml [new file with mode: 0644]
tests/regression/lp-1805485/task.yaml [new file with mode: 0644]
tests/regression/lp-1805838/task.yaml [new file with mode: 0644]
tests/smoke/find-info/task.yaml [new file with mode: 0644]
tests/smoke/install/task.yaml [new file with mode: 0644]
tests/smoke/remove/task.yaml [new file with mode: 0644]
tests/smoke/sandbox/task.yaml [new file with mode: 0644]
tests/snapd-state.md [new file with mode: 0644]
tests/unit/c-unit-tests-clang/task.yaml [new file with mode: 0644]
tests/unit/c-unit-tests-gcc/task.yaml [new file with mode: 0644]
tests/unit/go/task.yaml [new file with mode: 0644]
tests/unit/spread-shellcheck/can-fail [new file with mode: 0644]
tests/unit/spread-shellcheck/task.yaml [new file with mode: 0644]
tests/upgrade/basic/task.yaml [new file with mode: 0644]
tests/upgrade/snapd-xdg-open/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/containschecker.go [new file with mode: 0644]
testutil/containschecker_test.go [new file with mode: 0644]
testutil/dbustest.go [new file with mode: 0644]
testutil/exec.go [new file with mode: 0644]
testutil/exec_test.go [new file with mode: 0644]
testutil/export_test.go [new file with mode: 0644]
testutil/filecontentchecker.go [new file with mode: 0644]
testutil/filecontentchecker_test.go [new file with mode: 0644]
testutil/filepresencechecker.go [new file with mode: 0644]
testutil/filepresencechecker_test.go [new file with mode: 0644]
testutil/intcheckers.go [new file with mode: 0644]
testutil/intcheckers_test.go [new file with mode: 0644]
testutil/lowlevel.go [new file with mode: 0644]
testutil/lowlevel_test.go [new file with mode: 0644]
testutil/paddedchecker.go [new file with mode: 0644]
testutil/paddedchecker_test.go [new file with mode: 0644]
testutil/syscallschecker.go [new file with mode: 0644]
testutil/syscallschecker_test.go [new file with mode: 0644]
testutil/testutil_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/human.go [new file with mode: 0644]
timeutil/human_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]
userd/autostart.go [new file with mode: 0644]
userd/autostart_test.go [new file with mode: 0644]
userd/export_test.go [new file with mode: 0644]
userd/helpers.go [new file with mode: 0644]
userd/helpers_test.go [new file with mode: 0644]
userd/launcher.go [new file with mode: 0644]
userd/launcher_test.go [new file with mode: 0644]
userd/settings.go [new file with mode: 0644]
userd/settings_test.go [new file with mode: 0644]
userd/ui/kdialog.go [new file with mode: 0644]
userd/ui/kdialog_test.go [new file with mode: 0644]
userd/ui/ui.go [new file with mode: 0644]
userd/ui/zenity.go [new file with mode: 0644]
userd/ui/zenity_test.go [new file with mode: 0644]
userd/userd.go [new file with mode: 0644]
wrappers/binaries.go [new file with mode: 0644]
wrappers/binaries_test.go [new file with mode: 0644]
wrappers/core18.go [new file with mode: 0644]
wrappers/core18_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]
xdgopenproxy/export_test.go [new file with mode: 0644]
xdgopenproxy/xdgopenproxy.go [new file with mode: 0644]
xdgopenproxy/xdgopenproxy_test.go [new file with mode: 0644]