summaryrefslogtreecommitdiff
path: root/ext4_utils/contents.h
AgeCommit message (Collapse)Author
2013-02-20ext4_utils: add filesystem capabilities support.Nick Kralevich
Add support for specifying filesystem capabilities when creating a new filesystem. The combination of SELinux extended attributes plus filesystem capability extended attributes is too big to fit inside one inode entry. Because of this, I added support to ext4_utils to create an xattr block and link the inode to that block. We continue to try to fit everything inside the inode if possible, but fall over to creating a block if the extended attribute is too big. Change-Id: I40ebb63975b15ecd8c565486e171b4d50cd4dfaa
2013-02-20ext4_utils: clean up some warnings.Nick Kralevich
Change-Id: Ia9761e5168cfe6baabc0105ea76d5575fc378f48
2012-03-30Extend make_ext4fs to support setting SELinux security contexts in ext4 images.Stephen Smalley
Extend make_ext4fs with support for looking up the right security context from the file_contexts configuration and setting it in the generated image. This is similar to the existing support for looking up the UID/GID/mode via android_filesystem_config.h and setting it, but via configuration rather than defined in a header. Change-Id: Ief9c44eeaaca4a44100a384b063f40b185469be3
2010-08-04Set timestamps on files based on source filesColin Cross
Use the modification time of the source files to set the modification time, access time, and creation times in the filesystem image. Change-Id: I720acba5ec435ceae92bb1653e3cc7545327b6ef
2010-06-20Fix whitespaceColin Cross
Change-Id: I37da6c38cd33ae22a0578ed8e91650e35972bf6a
2010-06-16Initial commit of ext4_utilsColin Cross
Change-Id: I911d5b7fd7170ec81d544850717d8e69976e272b