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:
bauen1 2020-05-29 21:18:30 +02:00
parent 583f435c7b
commit 083e5d1d58
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ type dpkg_var_lib_t;
files_type(dpkg_var_lib_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_script_t, dpkg_var_lib_t)
corecmd_shell_entry_type(dpkg_script_t)