blob: 12d257b2b8afbf36be9188e06dae599c162ea5c1 [file] [log] [blame]
# Qualcomm Management Interface Multiplexer
type qmux, domain;
type qmux_exec, exec_type, file_type;
# STOPSHIP: Permissive is not allowed. CTS violation!
permissive qmux;
# Started by init
init_daemon_domain(qmux)
# Create sockets under each /dev/socket/qmux_* directory.
allow qmux qmuxd_socket:dir w_dir_perms;
allow qmux qmuxd_socket:sock_file { create setattr getattr unlink };
# /dev/hsicctl* node access
allow qmux radio_device:chr_file rw_file_perms;