apt/dpkg strict patches from Russell Coker.

The following are needed for correct operation of apt and dpkg on a "strict"
configuration.
This commit is contained in:
Chris PeBenito 2017-04-29 11:14:15 -04:00
parent caca2e7e6e
commit 5e49dcea60
2 changed files with 7 additions and 2 deletions

@ -1 +1 @@
Subproject commit f371df35b44f6ed874ce3ff8a57cb19df7ff0663
Subproject commit d5cc97664a50786c10be4383a69f06d1dcd2cbf0

View File

@ -1,4 +1,4 @@
policy_module(systemd, 1.3.17)
policy_module(systemd, 1.3.18)
#########################################
#
@ -853,6 +853,11 @@ optional_policy(`
dbus_read_lib_files(systemd_tmpfiles_t)
')
optional_policy(`
apt_use_fds(systemd_tmpfiles_t)
dpkg_script_rw_inherited_pipes(systemd_tmpfiles_t)
')
optional_policy(`
xfs_create_tmp_dirs(systemd_tmpfiles_t)
')