dpkg: dpkg scripts are part of dpkg and therefor also an application domain
Signed-off-by: bauen1 <j2468h@gmail.com>
This commit is contained in:
parent
583f435c7b
commit
083e5d1d58
|
@ -30,7 +30,7 @@ type dpkg_var_lib_t;
|
||||||
files_type(dpkg_var_lib_t)
|
files_type(dpkg_var_lib_t)
|
||||||
|
|
||||||
type dpkg_script_t;
|
type dpkg_script_t;
|
||||||
domain_type(dpkg_script_t)
|
application_type(dpkg_script_t)
|
||||||
domain_entry_file(dpkg_t, dpkg_var_lib_t)
|
domain_entry_file(dpkg_t, dpkg_var_lib_t)
|
||||||
domain_entry_file(dpkg_script_t, dpkg_var_lib_t)
|
domain_entry_file(dpkg_script_t, dpkg_var_lib_t)
|
||||||
corecmd_shell_entry_type(dpkg_script_t)
|
corecmd_shell_entry_type(dpkg_script_t)
|
||||||
|
|
Loading…
Reference in New Issue