Skip to content

Commit

Permalink
Fix mode on /data/security.
Browse files Browse the repository at this point in the history
Change-Id: Id97d06a1c360c7871361db147f76b8a2eaceca42
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
  • Loading branch information
stephensmalley committed Mar 21, 2013
1 parent 028e38f commit c0317a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ on post-fs-data
mkdir /data/drm 0770 drm drm

# Separate location for storing security policy files on data
mkdir /data/security 0600 system system
mkdir /data/security 0700 system system

# If there is no fs-post-data action in the init.<device>.rc file, you
# must uncomment this line, otherwise encrypted filesystems
Expand Down

0 comments on commit c0317a7

Please sign in to comment.