File: usr.bin.light-locker-command

package info (click to toggle)
light-locker 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 3,292 kB
  • sloc: ansic: 6,060; sh: 4,120; makefile: 195
file content (15 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# vim:syntax=apparmor

#include <tunables/global>

"/usr/bin/light-locker-command" {
  #include <abstractions/base>

  #include <abstractions/dbus-session-strict>

  dbus send
       bus=session
       path=/org/freedesktop/ScreenSaver
       interface=org.freedesktop.ScreenSaver
       peer=(name=org.freedesktop.ScreenSaver),
}