~itrue/+git/snapd:expand-login-control-interface

Last commit made on 2022-09-09
Get this branch:
git clone -b expand-login-control-interface https://git.launchpad.net/~itrue/+git/snapd
Only Isaac True can upload to this branch. If you are Isaac True please log in for upload directions.

Branch merges

Branch information

Name:
expand-login-control-interface
Repository:
lp:~itrue/+git/snapd

Recent commits

615f5bb... by Isaac True

interfaces: login-session-control: Allow access to all Seat, Session, and Properties interface members

Remove the restriction that specifies which members of the Seat,
Session, and Properties D-Bus interfaces are allowed to be used. As this
interface is intended to provide a way for a snap to control login sessions, it
should allow full control of sessions, rather than just a subset.

The list of members is kept for the Manager interface, as that allows
operations which are out of scope of controlling the login session (such
as rebooting and powering off the host system).

Signed-off-by: Isaac True <email address hidden>

4321f3a... by Isaac True

interfaces: login-session-control: extend unit tests

Add a check to ensure that the D-Bus rules are correctly included in
the AppArmor snippet.

Signed-off-by: Isaac True <email address hidden>

e119b93... by Isaac True

interfaces: login-session-control: add further D-Bus interfaces

These new D-Bus interfaces allow the snaps to additionally control login
sessions. This includes the ability to terminate or kill login sessions.

Signed-off-by: Isaac True <email address hidden>

4bcce6a... by Michael Vogt

Merge pull request #12106 from mvo5/changelog-2.57.2

release: merge changelog for 2.57.2

2581317... by Michael Vogt

Merge pull request #12094 from mardy/services-comment

data/systemd/Makefile: add comment warning about "snapd." prefix

ffaee1b... by Michael Vogt

Merge pull request #12081 from lissyx/bug1787245_speech-dispatcher_socket

interfaces: grant access to speech-dispatcher socket (bug 1787245)

aae6e81... by Michael Vogt

Merge pull request #12092 from Meulengracht/bugfix/limits-on-remove

overlord/servicestate: disallow removal of quota group with any limits set

70954b1... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into changelog-2.57.2

d2e3b0c... by Michael Vogt

release: 2.57.2 (#12105)

33ef7fc... by Samuele Pedroni

store/tooling,tests: support UBUNTU_STORE_URL override env var