turn off masterkey,ecryptfs,integrity by default
parent
3f02ed32a7
commit
5ce355f6c0
|
|
@ -7,7 +7,7 @@ check() {
|
||||||
[ -x "/bin/keyctl" ] || return 1
|
[ -x "/bin/keyctl" ] || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0
|
return 255
|
||||||
}
|
}
|
||||||
|
|
||||||
depends() {
|
depends() {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
return 0
|
return 255
|
||||||
}
|
}
|
||||||
|
|
||||||
depends() {
|
depends() {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
return 0
|
return 255
|
||||||
}
|
}
|
||||||
|
|
||||||
depends() {
|
depends() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue