[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
fs_search_nfs lacks getattr
- From: "Clarkson, Mike R \(US SSA\)" <mike clarkson baesystems com>
- To: <fedora-selinux-list redhat com>
- Subject: fs_search_nfs lacks getattr
- Date: Thu, 29 May 2008 13:15:26 -0700
Shouldn't this have search_dir_perms to add in getattr?
########################################
## <summary>
## Search directories on a NFS filesystem.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`fs_search_nfs',`
gen_require(`
type nfs_t;
')
allow $1 nfs_t:dir search;
')
This is from RHEL5.1. There are no other interfaces to add getattr
unless I want to move to full read access with fs_list_nfs.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]