File: cryptsetup.apport

package info (click to toggle)
cryptsetup 2%3A1.4.3-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,396 kB
  • sloc: sh: 14,235; ansic: 10,811; xml: 591; makefile: 380; python: 89; perl: 70; sed: 16
file content (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
'''apport package hook for cryptsetup

(c) 2009 Author: Reinhard Tartler <siretart@tauware.de>
'''

from apport.hookutils import *

def add_info(report):
	attach_file(report, '/etc/fstab', 'fstab')
	attach_file_if_exists(report, '/etc/crypttab', 'crypttab')