Allow userdomain to read and write the wireless devices (for

example for querying their state, enabling and/or disabling
them using userspace tools such as "rfkill" from util-linux).

See also:
https://wireless.wiki.kernel.org/en/users/documentation/rfkill

Signed-off-by: Guido Trentalancia <guido@trentalancia.com>
---
 policy/modules/system/userdomain.if |    1 +
 1 file changed, 1 insertion(+)
This commit is contained in:
Guido Trentalancia 2020-01-24 11:29:27 -08:00
parent 1037d2ac8e
commit 3415d17e7f
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ template(`userdom_common_user_template',`
dev_read_sound($1_t) dev_read_sound($1_t)
dev_read_sound_mixer($1_t) dev_read_sound_mixer($1_t)
dev_write_sound_mixer($1_t) dev_write_sound_mixer($1_t)
dev_rw_wireless($1_t)
files_exec_etc_files($1_t) files_exec_etc_files($1_t)
files_search_locks($1_t) files_search_locks($1_t)