diff options
| author | kessaras <paul@cypheros.co> | 2019-02-01 16:43:03 +0200 |
|---|---|---|
| committer | mosimchah <mosimchah@gmail.com> | 2019-03-24 20:55:45 -0400 |
| commit | d77955158a156704b0cbe9a0c0fdb52579425119 (patch) | |
| tree | c19dbc29b8e529172ac2b50c2381091e410b7346 | |
| parent | bc9c74444487506273d6867ca1700dc0dbd50efb (diff) | |
kirin970: sepolicy: Allow init to unmount splash2_data_file
Change-Id: Ibe29b02fdbbd5ceccb2299de8e63f2bd7ab30391
| -rw-r--r-- | sepolicy/private/init.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/private/init.te b/sepolicy/private/init.te index f98e2ce..12dc1b9 100644 --- a/sepolicy/private/init.te +++ b/sepolicy/private/init.te @@ -9,7 +9,7 @@ allow init { allow init { hisee_data_file splash2_data_file -}:filesystem { getattr mount relabelfrom relabelto }; +}:filesystem { getattr mount unmount relabelfrom relabelto }; allow { hisee_data_file |
