Adding ability for keystore to find dropbox
This will allow the logging in keystore to actually work. Test: keystore dropbox logging is successful Change-Id: Ic135fa9624c289c54187e946affbd0caacef13c1
This commit is contained in:
parent
0895f94416
commit
2e69afc079
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ allow keystore keystore_exec:file { getattr };
|
|||
|
||||
add_service(keystore, keystore_service)
|
||||
allow keystore sec_key_att_app_id_provider_service:service_manager find;
|
||||
allow keystore dropbox_service:service_manager find;
|
||||
|
||||
# Check SELinux permissions.
|
||||
selinux_check_access(keystore)
|
||||
|
|
Loading…
Reference in a new issue