summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr_priv.h
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2014-04-04 09:34:19 -0700
committerPaul Lawrence <paullawrence@google.com>2014-04-04 11:07:27 -0700
commit2e5ae0a4f90ad7a2a1aa9382abb97d9450209c50 (patch)
treed0d18cb44fcd1da719fcde555ecdec2722609175 /fs_mgr/fs_mgr_priv.h
parent7962e4acc735c7083ea060661b847e818d0a79a7 (diff)
downloadsystem_core-2e5ae0a4f90ad7a2a1aa9382abb97d9450209c50.zip
system_core-2e5ae0a4f90ad7a2a1aa9382abb97d9450209c50.tar.gz
system_core-2e5ae0a4f90ad7a2a1aa9382abb97d9450209c50.tar.bz2
Add force_encrypt flag to fstab to force encryption on appropriate devices
forceencrypt= will encrypt the drive at boot if it is not encrypted. This change will not have an impact until we set this flag in appropirate fstabs. Bug: 11985952 Change-Id: I6c65eda7f109e4936aa160da50f871703aefb351
Diffstat (limited to 'fs_mgr/fs_mgr_priv.h')
-rw-r--r--fs_mgr/fs_mgr_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs_mgr/fs_mgr_priv.h b/fs_mgr/fs_mgr_priv.h
index 59ffd78..6bb568a 100644
--- a/fs_mgr/fs_mgr_priv.h
+++ b/fs_mgr/fs_mgr_priv.h
@@ -72,6 +72,7 @@
#define MF_SWAPPRIO 0x80
#define MF_ZRAMSIZE 0x100
#define MF_VERIFY 0x200
+#define MF_FORCECRYPT 0x400
/*
* There is no emulated sdcard daemon running on /data/media on this device,
* so treat the physical SD card as the only external storage device,