turn off masterkey,ecryptfs,integrity by default

master
Harald Hoyer 2011-08-11 11:47:56 +02:00
parent 3f02ed32a7
commit 5ce355f6c0
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ check() {
[ -x "/bin/keyctl" ] || return 1
}

return 0
return 255
}

depends() {

View File

@ -3,7 +3,7 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh

check() {
return 0
return 255
}

depends() {

View File

@ -3,7 +3,7 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh

check() {
return 0
return 255
}

depends() {