logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

libpam-systemd (770B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2015-2016 Simon Deziel
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of version 2 of the GNU General Public
  8. # License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11. abi <abi/3.0>,
  12. include <abstractions/dbus-strict>
  13. # libpam-systemd notifies systemd-logind about session logins/logouts
  14. dbus send
  15. bus=system
  16. path=/org/freedesktop/login1
  17. interface=org.freedesktop.login1.Manager
  18. member={CreateSession,ReleaseSession},
  19. # Include additions to the abstraction
  20. include if exists <abstractions/libpam-systemd.d>