Skip to content
Snippets Groups Projects
Commit 87bb4f68 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 683ac49d: recovery: allow changing unlabeled symbolic links

* commit '683ac49d':
  recovery: allow changing unlabeled symbolic links
parents 84354f24 683ac49d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ recovery_only(`
# We may be asked to set an SELinux label for a type not known to the
# currently loaded policy. Allow it.
allow recovery unlabeled:file { create_file_perms relabelfrom relabelto };
allow recovery unlabeled:{ file lnk_file } { create_file_perms relabelfrom relabelto };
allow recovery unlabeled:dir { create_dir_perms relabelfrom relabelto };
# 0eb17d944704b3eb140bb9dded299d3be3aed77e in build/ added SELinux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment