From f9029fc5b6d13d5ed39b66dee4328168caf5f224 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Apr 30 2007 15:01:19 +0000 Subject: Patch to allow slocate to getattr other filesystems and directories on those filesystems from Dan Walsh. --- diff --git a/Changelog b/Changelog index c4d42c8..ef89ba9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +- Patch to allow slocate to getattr other filesystems and directories on those + filesystems from Dan Walsh. - Fixes for RHEL4 from the CLIP project. - Replace the old lrrd fc entries with munin ones. - Move program admin template usage out of userdom_admin_user_template() to diff --git a/policy/modules/apps/slocate.te b/policy/modules/apps/slocate.te index ae31966..41487e7 100644 --- a/policy/modules/apps/slocate.te +++ b/policy/modules/apps/slocate.te @@ -1,5 +1,5 @@ -policy_module(slocate,1.4.0) +policy_module(slocate,1.4.1) ################################# # @@ -42,9 +42,8 @@ files_getattr_all_files(locate_t) files_read_etc_runtime_files(locate_t) files_read_etc_files(locate_t) -fs_getattr_xattr_fs(locate_t) -fs_getattr_rpc_pipefs(locate_t) -fs_getattr_rpc_dirs(locate_t) +fs_getattr_all_fs(locate_t) +fs_getattr_all_dirs(locate_t) libs_use_shared_libs(locate_t) libs_use_ld_so(locate_t)