3
0
Fork 0

selinux: allow to install the mfc firmware in recovery

Fixes a denial during update installation.

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
Wolfgang Wiedmeyer 2017-02-15 01:43:16 +01:00
parent 375710464d
commit 36ee6d2a58
No known key found for this signature in database
GPG Key ID: 5816A24C10757FC4
1 changed files with 5 additions and 0 deletions

5
selinux/recovery.te Normal file
View File

@ -0,0 +1,5 @@
recovery_only(`
# mfc firmware
allow recovery firmware_mfc:file { create write open setattr relabelto relabelfrom };
')