logo

apparmor.d

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

wutmp (711B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2002-2009 Novell/SUSE
  4. # Copyright (C) 2009 Canonical Ltd.
  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. # some services update wtmp, utmp, and lastlog with per-user
  13. # connection information
  14. /var/log/lastlog rwk,
  15. /var/log/wtmp rwk,
  16. /var/log/btmp rwk,
  17. @{run}/utmp rwk,
  18. # Include additions to the abstraction
  19. include if exists <abstractions/wutmp.d>