Merge pull request #193 from dsugar100/master

This commit is contained in:
Chris PeBenito 2020-03-15 13:32:02 -04:00
commit fc796c9f74
1 changed files with 18 additions and 0 deletions

View File

@ -2187,6 +2187,24 @@ interface(`dev_manage_input_dev',`
manage_chr_files_pattern($1, device_t, event_device_t)
')
########################################
## <summary>
## Read and write ipmi devices (/dev/ipmi*).
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`dev_rw_ipmi_dev',`
gen_require(`
type device_t, ipmi_device_t;
')
rw_chr_files_pattern($1, device_t, ipmi_device_t)
')
########################################
## <summary>
## Get the attributes of the framebuffer device node.