fix errors reported on fedora-se ml

This commit is contained in:
Chris PeBenito 2005-12-12 18:53:45 +00:00
parent 0c4bf1c594
commit 4ac451f1b9
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
policy_module(updfstab,1.1.0)
policy_module(updfstab,1.1.1)
########################################
#
@ -32,6 +32,7 @@ dev_read_sysfs(updfstab_t)
dev_manage_generic_symlinks(updfstab_t)
fs_getattr_xattr_fs(updfstab_t)
fs_getattr_tmpfs_dir(updfstab_t)
fs_search_auto_mountpoints(updfstab_t)
selinux_get_fs_mount(updfstab_t)

View File

@ -1,5 +1,5 @@
policy_module(gpm,1.0.0)
policy_module(gpm,1.0.1)
########################################
#
@ -54,7 +54,7 @@ kernel_read_proc_symlinks(gpm_t)
dev_read_sysfs(gpm_t)
# Access the mouse.
dev_read_input(gpm_t)
dev_read_mouse(gpm_t)
dev_rw_mouse(gpm_t)
fs_getattr_all_fs(gpm_t)
fs_search_auto_mountpoints(gpm_t)