~ubuntu-branches/ubuntu/trusty/libpam-mount/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/pam_mount.conf.5.in

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2010-05-09 10:46:01 UTC
  • mfrom: (1.4.4 upstream) (27.2.7 maverick)
  • Revision ID: james.westby@ubuntu.com-20100509104601-cip885tmppv2tc52
Tags: 2.1+git20100509-1
* New upstream release, plus git changes until 9.5.2010
  + Works now with other password slots than zero on crypted mounts
    (Closes: #580636)
  + Certainly includes old patch fixing the cron segfaults
    (Closes: #484122)
* Only warn about missing fskey hash when an fskey path has been given.
  (Closes: #580430)

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
volume applies. Instead of attributes, extended user control is set up using
288
288
additional elements within <volume>, for example
289
289
.PP
290
 
<volume path="/dev/shm" mountpoint="~"> <and> <sgrp>students</user> <not>
 
290
<volume path="/dev/shm" mountpoint="~"> <and> <sgrp>students</sgrp> <not>
291
291
<sgrp>profs</sgrp> </not> </and> </volume>
292
292
.PP
293
293
Which translates to (students && !profs).