Advertisement
Guest User

pam_mount.xml

a guest
Mar 31st, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.27 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
  3. <!--
  4.        See pam_mount.conf(5) for a description.
  5. -->
  6.  
  7. <pam_mount>
  8.  
  9.                 <!-- debug should come before everything else,
  10.                since this file is still processed in a single pass
  11.                from top-to-bottom -->
  12.  
  13. <debug enable="0" />
  14.  
  15.                 <!-- Volume definitions -->
  16.  
  17. <volume user="stefan" fstype="crypt" path="/dev/disk/by-uuid/d39c4101-9ac7-4b9c-89da-16e3d544b0c6" mountpoint="/media/truecrypt1" options="fsck,relatime" />
  18.  
  19.                 <!-- pam_mount parameters: General tunables -->
  20.  
  21. <!--
  22. <luserconf name=".pam_mount.conf.xml" />
  23. -->
  24.  
  25. <!-- Note that commenting out mntoptions will give you the defaults.
  26.     You will need to explicitly initialize it with the empty string
  27.     to reset the defaults to nothing. -->
  28. <mntoptions allow="nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other" />
  29. <!--
  30. <mntoptions deny="suid,dev" />
  31. <mntoptions allow="*" />
  32. <mntoptions deny="*" />
  33. -->
  34. <mntoptions require="nosuid,nodev" />
  35.  
  36. <logout wait="0" hup="0" term="0" kill="0" />
  37.  
  38.  
  39.                 <!-- pam_mount parameters: Volume-related -->
  40.  
  41. <!-- <mkmountpoint enable="1" remove="false" /> -->
  42.  
  43.  
  44. </pam_mount>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement