View Git repositories

snap-confine has 4 active reviews. See all merge proposals.

snap-confine has 21 active branches owned by 7 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp://qastaging/~zyga/snap-confine/snap-run 1 Development 2016-05-23 12:56:29 UTC
137. Clean up tests so that shellcheck rep...

Author: Zygmunt Krynicki
Revision Date: 2016-05-23 12:55:43 UTC

Clean up tests so that shellcheck reports no more errors or warnings

lp://qastaging/~vorlon/snap-confine/debian 1 Development 2016-05-22 06:15:32 UTC
142. releasing package ubuntu-core-launche...

Author: Steve Langasek
Revision Date: 2016-05-22 06:15:32 UTC

releasing package ubuntu-core-launcher version 1.0.29+1

lp://qastaging/~snappy-dev/snap-confine/trunk bug 1 Development 2016-05-22 05:48:22 UTC
136. releasing package ubuntu-core-launche...

Author: Steve Langasek
Revision Date: 2016-05-22 05:48:22 UTC

releasing package ubuntu-core-launcher version 1.0.29

lp://qastaging/~elopio/snap-confine/autopkgtest bug(Has a merge proposal) 1 Development 2016-05-20 06:19:28 UTC
139. Fixes lp: #1583827

Author: Leo Arias
Revision Date: 2016-05-20 05:49:20 UTC

Fixes lp: #1583827

lp://qastaging/~mvo/snap-confine/environment-file (Has a merge proposal) 1 Development 2016-05-19 18:45:44 UTC
139. fix missing dereference (thanks @zyga)

Author: Michael Vogt
Revision Date: 2016-05-19 18:45:44 UTC

fix missing dereference (thanks @zyga)

lp://qastaging/~jdstrand/snap-confine/seccom-arg-filtering bug(Has a merge proposal) 1 Development 2016-05-17 21:59:14 UTC
149. merge from trunk adjust filter tests ...

Author: Jamie Strandboge
Revision Date: 2016-05-17 21:59:14 UTC

merge from trunk
adjust filter tests for trunk changes
adjust strdup error message

lp://qastaging/~kyrofa/snap-confine/create_user_common_data bug(Has a merge proposal) 1 Development 2016-05-02 17:42:34 UTC
136. Should use calloc instead of malloc t...

Author: Kyle Fazzari
Revision Date: 2016-05-02 17:42:34 UTC

Should use calloc instead of malloc to zero-init string.

lp://qastaging/~snappy-dev/snap-confine/ubuntu-core-launcher.xenial 1 Development 2016-04-29 17:01:11 UTC
134. Merge from trunk: * SECURITY UPDATE:...

Author: Jamie Strandboge
Revision Date: 2016-04-29 17:01:11 UTC

Merge from trunk:

* SECURITY UPDATE: delayed attack snap data theft and privilege escalation
  when using Snappy on traditional Ubuntu (classic) systems (LP: #1576699)
  - src/main.c: remove glob code and hardcode /snap/ubuntu-core/current
    instead. The glob code both used an improper glob and performed an
    incorrect check due to a typo which allowed a snap named ubuntu-core-...
    to be bind mounted into application runtimes instead of the ubuntu-core
    OS snap. Ubuntu Core removed .<origin> and .sideload from the SNAP path
    so the glob can simply be dropped.
  - CVE-2016-1580
* debian/usr.bin.ubuntu-core-launcher:
  - only allow mounting /snap/ubuntu-core/*/... to safeguard against this in
    the future
  - add lib32 and libx32 to match setup_snappy_os_mounts()

lp://qastaging/~mvo/snap-confine/auto-bind-mount-nvidia (Has a merge proposal) 1 Development 2016-04-15 09:16:57 UTC
129. add auto bind mount of the nvidia lib...

Author: Michael Vogt
Revision Date: 2016-04-15 09:16:34 UTC

add auto bind mount of the nvidia libgl dir

lp://qastaging/~mvo/snap-confine/libgl-support 1 Development 2016-04-13 08:43:54 UTC
117. export LD_LIBRARY_PATH for /var/lib/s...

Author: Michael Vogt
Revision Date: 2016-04-13 08:43:36 UTC

export LD_LIBRARY_PATH for /var/lib/snapd/gl

lp://qastaging/~zyga/snap-confine/new-fhs (Has a merge proposal) 1 Development 2016-04-10 17:00:44 UTC
115. Load seccomp profiles from /var/lib/s...

Author: Zygmunt Krynicki
Revision Date: 2016-04-10 16:59:25 UTC

Load seccomp profiles from /var/lib/snapd/seccomp/profiles

This change matches what's happened in snappy upstream over weekend.

lp://qastaging/~zyga/snap-confine/trunk (Has a merge proposal) 1 Development 2016-03-04 15:29:00 UTC
98. Use SNAP_NAME instead of SNAPPY_APP t...

Author: Zygmunt Krynicki
Revision Date: 2016-03-04 15:28:26 UTC

Use SNAP_NAME instead of SNAPPY_APP to insert block and character devices
into the control group since the setting was always global to a snap and
the name was misleading.

lp://qastaging/~mvo/snap-confine/new-additional-yaml (Has a merge proposal) 1 Development 2015-11-11 07:01:27 UTC
83. merge lp:ubuntu-core-launcher and re...

Author: Michael Vogt
Revision Date: 2015-11-11 07:01:27 UTC

merge lp:ubuntu-core-launcher and resolve conflicts

lp://qastaging/~mvo/snap-confine/squashfs 1 Development 2015-09-04 13:31:48 UTC
84. ignore squashfs mount errors for now

Author: Michael Vogt
Revision Date: 2015-09-04 13:31:48 UTC

ignore squashfs mount errors for now

lp://qastaging/snap-confine/15.04 bug 1 Development 2015-06-09 12:42:08 UTC
67. simplify TMPDIR handling by providing...

Author: Michael Vogt
Revision Date: 2015-06-09 12:42:08 UTC

simplify TMPDIR handling by providing a private /tmp for each snap and
set TMPDIR, TEMPDIR, SNAP_APP_TMPDIR, SNAPP_APP_TMPDIR to it

lp://qastaging/~mvo/snap-confine/tmpdir-fixes-not-simplify-lp1462916 bug(Has a merge proposal) 1 Development 2015-06-08 09:16:00 UTC
74. ensure umask is correct

Author: Michael Vogt
Revision Date: 2015-06-08 09:10:59 UTC

ensure umask is correct

lp://qastaging/~mvo/snap-confine/tmpdir-fixes 1 Development 2015-06-08 09:11:14 UTC
74. ensure umask is correct

Author: Michael Vogt
Revision Date: 2015-06-08 09:10:59 UTC

ensure umask is correct

lp://qastaging/~sergiusens/snap-confine/tmpmor15.04 bug 1 Development 2015-06-05 17:28:01 UTC
66. Allow writing to all forms of TMPDIR

Author: Sergio Schvezov
Revision Date: 2015-06-05 17:27:25 UTC

Allow writing to all forms of TMPDIR

lp://qastaging/~sergiusens/snap-confine/frameworksPathSupport 1 Development 2015-05-26 17:36:36 UTC This branch has not been pushed to yet.
lp://qastaging/~mvo/snap-confine/drop-root-early-use-caps 1 Development 2015-04-21 18:55:45 UTC
45. WIP use libcap/CAP_SYS_ADMIN for writ...

Author: Michael Vogt
Revision Date: 2015-04-21 18:55:24 UTC

WIP use libcap/CAP_SYS_ADMIN for writing to devices.allow, drop root as early as possible

lp://qastaging/~mvo/snap-confine/trunk 1 Development 2015-03-31 15:53:05 UTC
19. * fallback to seccomp_rule_add() if s...

Author: Michael Vogt
Revision Date: 2015-03-31 15:53:05 UTC

* fallback to seccomp_rule_add() if seccomp_rule_add_exact() fails
* call prctl(PR_SET_NO_NEW_PRIVS, 1)

121 of 21 results
You can't create new branches for snap-confine.