diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-07-12 23:01:05 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-07-12 23:03:44 +0200 |
commit | 317c8b61dd2a9333576d8da9a491b10ca1e9c907 (patch) | |
tree | 9312e95778b9857dd375de780943d8be84af212b /sepolicy/sysinit.te | |
parent | 28898c5864fc5e379b91734ce7e0d3252cd41460 (diff) |
sepolicy: Fix sysinit not declared
Diffstat (limited to 'sepolicy/sysinit.te')
-rw-r--r-- | sepolicy/sysinit.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/sysinit.te b/sepolicy/sysinit.te index 549fe58..8c9fb98 100644 --- a/sepolicy/sysinit.te +++ b/sepolicy/sysinit.te @@ -1,3 +1,4 @@ +type sysinit, domain; allow sysinit adsprpcd_file:dir getattr; allow sysinit cache_file:dir getattr; allow sysinit proc:file write; |