whitespace fixes in apt.

This commit is contained in:
Chris PeBenito 2009-07-29 15:24:52 -04:00
parent b5aaa7b72d
commit 2a4740c0a0
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ allow apt_t self:netlink_route_socket r_netlink_socket_perms;
# lock files # lock files
allow apt_t apt_lock_t:dir manage_dir_perms; allow apt_t apt_lock_t:dir manage_dir_perms;
allow apt_t apt_lock_t:file manage_file_perms; allow apt_t apt_lock_t:file manage_file_perms;
files_lock_filetrans(apt_t,apt_lock_t,{dir file}) files_lock_filetrans(apt_t, apt_lock_t, {dir file})
manage_dirs_pattern(apt_t, apt_tmp_t, apt_tmp_t) manage_dirs_pattern(apt_t, apt_tmp_t, apt_tmp_t)
manage_files_pattern(apt_t, apt_tmp_t, apt_tmp_t) manage_files_pattern(apt_t, apt_tmp_t, apt_tmp_t)