X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fsession_policy_local.c;h=32b9c697975a33d2d2e03b19d4ea92a97c11b27d;hb=c647a4b6f1132684c9d8b8ad71ec38d81147b278;hp=9beb0980e62bbf076747765a2f4900fabe2dc7fd;hpb=04d1dbacf6aabbb44f16f6776496192964d460d8;p=platform%2Fupstream%2Fconnman.git diff --git a/plugins/session_policy_local.c b/plugins/session_policy_local.c index 9beb098..32b9c69 100755 --- a/plugins/session_policy_local.c +++ b/plugins/session_policy_local.c @@ -66,7 +66,7 @@ static GHashTable *gid_hash; /* (gid, policy_group) */ struct policy_file { /* * A valid file is a keyfile with one ore more groups. All - * groups are keept in this list. + * groups are kept in this list. */ GSList *groups; }; @@ -134,7 +134,7 @@ static char *parse_selinux_type(const char *context) /* * SELinux combines Role-Based Access Control (RBAC), Type - * Enforcment (TE) and optionally Multi-Level Security (MLS). + * Enforcement (TE) and optionally Multi-Level Security (MLS). * * When SELinux is enabled all processes and files are labeled * with a contex that contains information such as user, role @@ -145,7 +145,7 @@ static char *parse_selinux_type(const char *context) * * For identifyng application we (ab)using the type * information. In the above example the haifux_exec_t type - * will be transfered to haifux_t as defined in the domain + * will be transferred to haifux_t as defined in the domain * transition and thus we are able to identify the application * as haifux_t. */