diff options
Diffstat (limited to 'policy/modules/kernel/corecommands.if')
-rw-r--r-- | policy/modules/kernel/corecommands.if | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/policy/modules/kernel/corecommands.if b/policy/modules/kernel/corecommands.if index cea4e7b7f..b6d972303 100644 --- a/policy/modules/kernel/corecommands.if +++ b/policy/modules/kernel/corecommands.if @@ -11,7 +11,7 @@ ######################################## ## <summary> ## Make the specified type usable for files -## that are exectuables, such as binary programs. +## that are executables, such as binary programs. ## This does not include shared libraries. ## </summary> ## <param name="type"> @@ -32,7 +32,7 @@ interface(`corecmd_executable_file',` ######################################## ## <summary> -## Make general progams in bin an entrypoint for +## Make general programs in bin an entrypoint for ## the specified domain. ## </summary> ## <param name="domain"> @@ -303,7 +303,7 @@ interface(`corecmd_read_bin_sockets',` ## </p> ## <p> ## Typically, this interface should be used when the domain -## executes general system progams within the privileges +## executes general system programs within the privileges ## of the source domain. Some examples of these programs ## are ls, cp, sed, python, and tar. This does not include ## shells, such as bash. |