File: cryptsetup.apport

package info (click to toggle)
cryptsetup 2%3A1.6.6-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,968 kB
  • ctags: 1,764
  • sloc: ansic: 17,206; sh: 15,207; xml: 640; makefile: 508; python: 90; 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')