Patch to allow slocate to getattr other filesystems and directories on those filesystems from Dan Walsh.

This commit is contained in:
Chris PeBenito 2007-04-30 15:01:19 +00:00
parent 27c570f755
commit f9029fc5b6
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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)