Guest User

$ cat /etc/security/pam_mount.conf.xml

a guest
Jan 10th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.12 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="user" path="/dev/disk/by-uuid/UUID" mountpoint="~/.private" cipher="serpent-xts-plain64:sha256" options="fsck,noatime,discard" />
  18.  
  19.         <!-- pam_mount parameters: General tunables -->
  20.  
  21. <luserconf name=".pam_mount.conf.xml" />
  22.  
  23. <!-- Note that commenting out mntoptions will give you the defaults.
  24.     You will need to explicitly initialize it with the empty string
  25.     to reset the defaults to nothing. -->
  26. <mntoptions allow="*" />
  27. <!--
  28. <mntoptions deny="suid,dev" />
  29. <mntoptions allow="*" />
  30. <mntoptions deny="*" />
  31. -->
  32. <mntoptions require="" />
  33.  
  34. <!-- requires ofl from hxtools to be present -->
  35. <logout wait="0" hup="0" term="0" kill="0" />
  36.  
  37.  
  38.         <!-- pam_mount parameters: Volume-related -->
  39.  
  40. <mkmountpoint enable="1" remove="true" />
  41.  
  42.  
  43. </pam_mount>
Advertisement
Add Comment
Please, Sign In to add comment