Apply Dominick Grift typo fixes

This commit is contained in:
Dan Walsh 2010-08-30 17:32:41 -04:00
parent 079779a634
commit 5537e5558b
3 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ policy_module(cachefilesd,1.0.17)
# #
# Declarations # Declarations
# #
require { type kernel_t; }
# #
# Files in the cache are created by the cachefiles module with security ID # Files in the cache are created by the cachefiles module with security ID

View File

@ -371,7 +371,7 @@ interface(`rhcs_rw_cluster_shm',`
# #
interface(`rhcs_rw_cluster_semaphores',` interface(`rhcs_rw_cluster_semaphores',`
gen_require(` gen_require(`
type cluster_domain; attribute cluster_domain;
') ')
allow $1 cluster_domain:sem { rw_sem_perms destroy }; allow $1 cluster_domain:sem { rw_sem_perms destroy };

View File

@ -15,7 +15,7 @@
# and a user process should never be assigned the system user # and a user process should never be assigned the system user
# identity. # identity.
# #
gen_user(system_u,, system_r unconfined_u, s0, s0 - mls_systemhigh, mcs_allcats) gen_user(system_u,, system_r unconfined_r, s0, s0 - mls_systemhigh, mcs_allcats)
# #
# user_u is a generic user identity for Linux users who have no # user_u is a generic user identity for Linux users who have no