AFS patch from Dan Walsh.

This commit is contained in:
Chris PeBenito 2010-06-10 08:08:23 -04:00
parent b521229560
commit 5c942ceb83
1 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
policy_module(afs, 1.6.0)
policy_module(afs, 1.6.1)
########################################
#
@ -81,14 +81,6 @@ manage_files_pattern(afs_t, afs_cache_t, afs_cache_t)
manage_dirs_pattern(afs_t, afs_cache_t, afs_cache_t)
files_var_filetrans(afs_t, afs_cache_t, { file dir })
files_mounton_mnt(afs_t)
files_read_etc_files(afs_t)
files_read_usr_files(afs_t)
files_rw_etc_runtime_files(afs_t)
fs_getattr_xattr_fs(afs_t)
fs_mount_nfs(afs_t)
kernel_rw_afs_state(afs_t)
corenet_all_recvfrom_unlabeled(afs_t)
@ -101,6 +93,15 @@ corenet_tcp_sendrecv_all_ports(afs_t)
corenet_udp_sendrecv_all_ports(afs_t)
corenet_udp_bind_generic_node(afs_t)
files_mounton_mnt(afs_t)
files_read_etc_files(afs_t)
files_read_usr_files(afs_t)
files_rw_etc_runtime_files(afs_t)
fs_getattr_xattr_fs(afs_t)
fs_mount_nfs(afs_t)
fs_read_nfs_symlinks(afs_t)
logging_send_syslog_msg(afs_t)
miscfiles_read_localization(afs_t)