~ttx/apparmor/fix-357581

« back to all changes in this revision

Viewing changes to profiles/apparmor.d/abstractions/wutmp

  • Committer: Kees Cook
  • Date: 2008-07-30 16:29:43 UTC
  • Revision ID: kees.cook@canonical.com-20080730162943-3mkih1ghdon4j84a
add locking permission to /var/log/wtmp abstraction, thanks to
Martin Pitt (LP: #253328).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  # some services update wtmp, utmp, and lastlog with per-user
15
15
  # connection information
16
16
  /var/log/lastlog  rw,
17
 
  /var/log/wtmp     w,
 
17
  /var/log/wtmp     wk,
18
18
  /var/run/utmp     rwk,