]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
actions: creating and unlocking policies
authorJoe Richey joerichey@google.com <joerichey@google.com>
Wed, 24 May 2017 01:59:39 +0000 (18:59 -0700)
committerJoe Richey joerichey@google.com <joerichey@google.com>
Wed, 31 May 2017 20:54:07 +0000 (13:54 -0700)
commit9c6a5203c72c811c4354a7cdc8d3f705953db095
tree5d833d367ab12dc9303050515cb2a246168077ab
parent70ccdd078e71b36178acf87a88b6ebadf4011266
actions: creating and unlocking policies

This commit adds in the Policy structure. This structure represents an
unlocked policy key and its associated data. Policies can add or remove
Protectors, apply encryption policies to filesystem directories, and
provision a key into the kernel keyring.

Change-Id: I089710223221e0ea60188d523703469e5d67ad0e
actions/policy.go [new file with mode: 0644]
actions/policy_test.go [new file with mode: 0644]