From 8963492b5db701e5312b541abea3aced8cedf2d5 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 19 Jul 2023 13:36:36 -0400 Subject: [PATCH] checkpolicy,libselinux,libsepol,policycoreutils,semodule-utils: update my email Update my email address. Signed-off-by: Stephen Smalley Acked-by: James Carter --- checkpolicy/checkmodule.8 | 1 - checkpolicy/checkpolicy.8 | 4 ++-- checkpolicy/checkpolicy.c | 2 +- checkpolicy/policy_define.c | 2 +- checkpolicy/policy_parse.y | 2 +- checkpolicy/policy_scan.l | 2 +- checkpolicy/queue.c | 2 +- checkpolicy/queue.h | 2 +- checkpolicy/ru/checkmodule.8 | 1 - checkpolicy/ru/checkpolicy.8 | 4 ++-- libselinux/man/man3/avc_has_perm.3 | 2 +- libselinux/man/man3/matchpathcon.3 | 2 +- libselinux/man/man3/matchpathcon_checkmatches.3 | 2 +- libselinux/man/man3/selinux_lsetfilecon_default.3 | 2 +- libselinux/man/man3/selinux_set_mapping.3 | 2 +- libselinux/man/man3/set_matchpathcon_flags.3 | 2 +- libselinux/src/avc.c | 2 +- libselinux/src/hashtab.c | 2 +- libselinux/src/hashtab.h | 2 +- libselinux/src/label_file.c | 2 +- libsepol/include/sepol/policydb/avtab.h | 2 +- libsepol/include/sepol/policydb/constraint.h | 2 +- libsepol/include/sepol/policydb/context.h | 2 +- libsepol/include/sepol/policydb/ebitmap.h | 2 +- libsepol/include/sepol/policydb/flask_types.h | 2 +- libsepol/include/sepol/policydb/hashtab.h | 2 +- libsepol/include/sepol/policydb/mls_types.h | 2 +- libsepol/include/sepol/policydb/policydb.h | 2 +- libsepol/include/sepol/policydb/services.h | 2 +- libsepol/include/sepol/policydb/sidtab.h | 2 +- libsepol/include/sepol/policydb/symtab.h | 2 +- libsepol/man/man3/sepol_check_context.3 | 2 +- libsepol/man/man8/genpolbools.8 | 2 +- libsepol/src/assertion.c | 2 +- libsepol/src/avtab.c | 2 +- libsepol/src/ebitmap.c | 2 +- libsepol/src/hashtab.c | 2 +- libsepol/src/mls.c | 2 +- libsepol/src/mls.h | 2 +- libsepol/src/policydb.c | 2 +- libsepol/src/services.c | 2 +- libsepol/src/sidtab.c | 2 +- libsepol/src/symtab.c | 2 +- libsepol/src/write.c | 2 +- policycoreutils/load_policy/load_policy.8 | 2 +- policycoreutils/load_policy/ru/load_policy.8 | 2 +- policycoreutils/newrole/hashtab.c | 2 +- policycoreutils/newrole/hashtab.h | 2 +- policycoreutils/setfiles/ru/setfiles.8 | 2 +- policycoreutils/setfiles/setfiles.8 | 2 +- semodule-utils/semodule_package/ru/semodule_unpackage.8 | 2 +- semodule-utils/semodule_package/semodule_unpackage.8 | 2 +- 52 files changed, 52 insertions(+), 54 deletions(-) diff --git a/checkpolicy/checkmodule.8 b/checkpolicy/checkmodule.8 index ed9efd4c..93c9b537 100644 --- a/checkpolicy/checkmodule.8 +++ b/checkpolicy/checkmodule.8 @@ -75,4 +75,3 @@ SELinux Reference Policy documentation at https://github.com/SELinuxProject/refp This manual page was copied from the checkpolicy man page written by Árpád Magosányi , and edited by Dan Walsh . -The program was written by Stephen Smalley . diff --git a/checkpolicy/checkpolicy.8 b/checkpolicy/checkpolicy.8 index 54724f59..81a3647d 100644 --- a/checkpolicy/checkpolicy.8 +++ b/checkpolicy/checkpolicy.8 @@ -84,5 +84,5 @@ SELinux Reference Policy documentation at https://github.com/SELinuxProject/refp .SH AUTHOR This manual page was written by Árpád Magosányi , -and edited by Stephen Smalley . -The program was written by Stephen Smalley . +and edited by Stephen Smalley . +The program was written by Stephen Smalley . diff --git a/checkpolicy/checkpolicy.c b/checkpolicy/checkpolicy.c index 623ba8b2..fcec6e51 100644 --- a/checkpolicy/checkpolicy.c +++ b/checkpolicy/checkpolicy.c @@ -1,6 +1,6 @@ /* - * Author : Stephen Smalley, + * Author : Stephen Smalley, */ /* diff --git a/checkpolicy/policy_define.c b/checkpolicy/policy_define.c index cef8f3c4..b522818e 100644 --- a/checkpolicy/policy_define.c +++ b/checkpolicy/policy_define.c @@ -1,5 +1,5 @@ /* - * Author : Stephen Smalley, + * Author : Stephen Smalley, */ /* diff --git a/checkpolicy/policy_parse.y b/checkpolicy/policy_parse.y index da32a776..2c2ce13e 100644 --- a/checkpolicy/policy_parse.y +++ b/checkpolicy/policy_parse.y @@ -1,6 +1,6 @@ /* - * Author : Stephen Smalley, + * Author : Stephen Smalley, */ /* diff --git a/checkpolicy/policy_scan.l b/checkpolicy/policy_scan.l index 2c025b61..c998ff8b 100644 --- a/checkpolicy/policy_scan.l +++ b/checkpolicy/policy_scan.l @@ -1,6 +1,6 @@ /* - * Author : Stephen Smalley, + * Author : Stephen Smalley, */ /* Updated: David Caplan, diff --git a/checkpolicy/queue.c b/checkpolicy/queue.c index 82e66732..9f4c651a 100644 --- a/checkpolicy/queue.c +++ b/checkpolicy/queue.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/checkpolicy/queue.h b/checkpolicy/queue.h index 60c07fe0..45116dee 100644 --- a/checkpolicy/queue.h +++ b/checkpolicy/queue.h @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/checkpolicy/ru/checkmodule.8 b/checkpolicy/ru/checkmodule.8 index d7d3f65c..c6125904 100644 --- a/checkpolicy/ru/checkmodule.8 +++ b/checkpolicy/ru/checkmodule.8 @@ -52,5 +52,4 @@ $ checkmodule \-M \-m httpd.te \-o httpd.mod .SH АВТОРЫ Эта страница руководства была скопирована со страницы руководства checkpolicy, написанной Árpád Magosányi , и отредактирована Dan Walsh . -Программа была написана Stephen Smalley . Перевод на русский язык выполнила Олеся Герасименко . diff --git a/checkpolicy/ru/checkpolicy.8 b/checkpolicy/ru/checkpolicy.8 index f08d1dc9..bc9da9da 100644 --- a/checkpolicy/ru/checkpolicy.8 +++ b/checkpolicy/ru/checkpolicy.8 @@ -55,6 +55,6 @@ checkpolicy \- компилятор политики SELinux .SH АВТОРЫ Эта страница руководства была написана Árpád Magosányi , -и отредактирована Stephen Smalley . -Программа была написана Stephen Smalley . +и отредактирована Stephen Smalley . +Программа была написана Stephen Smalley . Перевод на русский язык выполнила Олеся Герасименко . diff --git a/libselinux/man/man3/avc_has_perm.3 b/libselinux/man/man3/avc_has_perm.3 index 62809f9a..9ea7c35d 100644 --- a/libselinux/man/man3/avc_has_perm.3 +++ b/libselinux/man/man3/avc_has_perm.3 @@ -176,7 +176,7 @@ Make sure that userspace object managers are granted appropriate access to netlink by the policy. . .SH "AUTHOR" -Originally Eamon Walsh. Updated by Stephen Smalley +Originally Eamon Walsh. Updated by Stephen Smalley . .SH "SEE ALSO" .ad l diff --git a/libselinux/man/man3/matchpathcon.3 b/libselinux/man/man3/matchpathcon.3 index 177f15d7..88bc47c0 100644 --- a/libselinux/man/man3/matchpathcon.3 +++ b/libselinux/man/man3/matchpathcon.3 @@ -1,4 +1,4 @@ -.TH "matchpathcon" "3" "21 November 2009" "sds@tycho.nsa.gov" "SELinux API documentation" +.TH "matchpathcon" "3" "21 November 2009" "stephen.smalley.work@gmail.com" "SELinux API documentation" .SH "NAME" matchpathcon, matchpathcon_index \- get the default SELinux security context for the specified path from the file contexts configuration . diff --git a/libselinux/man/man3/matchpathcon_checkmatches.3 b/libselinux/man/man3/matchpathcon_checkmatches.3 index 6bbee44a..8e1cd2ad 100644 --- a/libselinux/man/man3/matchpathcon_checkmatches.3 +++ b/libselinux/man/man3/matchpathcon_checkmatches.3 @@ -1,4 +1,4 @@ -.TH "matchpathcon_checkmatches" "3" "21 November 2009" "sds@tycho.nsa.gov" "SELinux API documentation" +.TH "matchpathcon_checkmatches" "3" "21 November 2009" "stephen.smalley.work@gmail.com" "SELinux API documentation" .SH "NAME" matchpathcon_checkmatches, matchpathcon_filespec_add, matchpathcon_filespec_destroy, matchpathcon_filespec_eval \- check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations . diff --git a/libselinux/man/man3/selinux_lsetfilecon_default.3 b/libselinux/man/man3/selinux_lsetfilecon_default.3 index d4fc6583..5d6b2e3c 100644 --- a/libselinux/man/man3/selinux_lsetfilecon_default.3 +++ b/libselinux/man/man3/selinux_lsetfilecon_default.3 @@ -1,4 +1,4 @@ -.TH "selinux_lsetfilecon_default" "3" "21 November 2009" "sds@tycho.nsa.gov" "SELinux API documentation" +.TH "selinux_lsetfilecon_default" "3" "21 November 2009" "stephen.smalley.work@gmail.com" "SELinux API documentation" .SH "NAME" selinux_lsetfilecon_default \- set the file context to the system defaults . diff --git a/libselinux/man/man3/selinux_set_mapping.3 b/libselinux/man/man3/selinux_set_mapping.3 index 4624fbc7..a1f82e5a 100644 --- a/libselinux/man/man3/selinux_set_mapping.3 +++ b/libselinux/man/man3/selinux_set_mapping.3 @@ -93,7 +93,7 @@ and class) will be identified by 1, 2, 4, and 8 respectively. Classes and permissions not listed in the mapping cannot be used. . .SH "AUTHOR" -Originally Eamon Walsh. Updated by Stephen Smalley +Originally Eamon Walsh. Updated by Stephen Smalley . .SH "SEE ALSO" .BR selinux_check_access (3), diff --git a/libselinux/man/man3/set_matchpathcon_flags.3 b/libselinux/man/man3/set_matchpathcon_flags.3 index 2841becc..b9b2fed8 100644 --- a/libselinux/man/man3/set_matchpathcon_flags.3 +++ b/libselinux/man/man3/set_matchpathcon_flags.3 @@ -1,4 +1,4 @@ -.TH "set_matchpathcon_flags" "3" "21 November 2009" "sds@tycho.nsa.gov" "SELinux API documentation" +.TH "set_matchpathcon_flags" "3" "21 November 2009" "stephen.smalley.work@gmail.com" "SELinux API documentation" .SH "NAME" set_matchpathcon_flags, set_matchpathcon_invalidcon, set_matchpathcon_printf \- set flags controlling the operation of matchpathcon or matchpathcon_index and configure the behaviour of validity checking and error displaying . diff --git a/libselinux/src/avc.c b/libselinux/src/avc.c index 8d5983a2..5e1c036e 100644 --- a/libselinux/src/avc.c +++ b/libselinux/src/avc.c @@ -4,7 +4,7 @@ * Author : Eamon Walsh * * Derived from the kernel AVC implementation by - * Stephen Smalley and + * Stephen Smalley and * James Morris . */ #include diff --git a/libselinux/src/hashtab.c b/libselinux/src/hashtab.c index c415ad0d..7452613b 100644 --- a/libselinux/src/hashtab.c +++ b/libselinux/src/hashtab.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libselinux/src/hashtab.h b/libselinux/src/hashtab.h index 9d2b593b..f10fc0af 100644 --- a/libselinux/src/hashtab.h +++ b/libselinux/src/hashtab.h @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libselinux/src/label_file.c b/libselinux/src/label_file.c index d489c1f7..3da28c45 100644 --- a/libselinux/src/label_file.c +++ b/libselinux/src/label_file.c @@ -2,7 +2,7 @@ * File contexts backend for labeling system * * Author : Eamon Walsh - * Author : Stephen Smalley + * Author : Stephen Smalley */ #include diff --git a/libsepol/include/sepol/policydb/avtab.h b/libsepol/include/sepol/policydb/avtab.h index e4c48576..2ab99c39 100644 --- a/libsepol/include/sepol/policydb/avtab.h +++ b/libsepol/include/sepol/policydb/avtab.h @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* * Updated: Yuichi Nakamura diff --git a/libsepol/include/sepol/policydb/constraint.h b/libsepol/include/sepol/policydb/constraint.h index 82335e21..19b24870 100644 --- a/libsepol/include/sepol/policydb/constraint.h +++ b/libsepol/include/sepol/policydb/constraint.h @@ -1,4 +1,4 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/include/sepol/policydb/context.h b/libsepol/include/sepol/policydb/context.h index 025c894f..f78bc700 100644 --- a/libsepol/include/sepol/policydb/context.h +++ b/libsepol/include/sepol/policydb/context.h @@ -1,4 +1,4 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/include/sepol/policydb/ebitmap.h b/libsepol/include/sepol/policydb/ebitmap.h index 85b7ccfb..c434c4ba 100644 --- a/libsepol/include/sepol/policydb/ebitmap.h +++ b/libsepol/include/sepol/policydb/ebitmap.h @@ -1,4 +1,4 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/include/sepol/policydb/flask_types.h b/libsepol/include/sepol/policydb/flask_types.h index 02c22eac..32a0b410 100644 --- a/libsepol/include/sepol/policydb/flask_types.h +++ b/libsepol/include/sepol/policydb/flask_types.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- */ /* - * Author : Stephen Smalley, + * Author : Stephen Smalley, */ #ifndef _SEPOL_POLICYDB_FLASK_TYPES_H_ diff --git a/libsepol/include/sepol/policydb/hashtab.h b/libsepol/include/sepol/policydb/hashtab.h index dca8c983..060e8c9c 100644 --- a/libsepol/include/sepol/policydb/hashtab.h +++ b/libsepol/include/sepol/policydb/hashtab.h @@ -1,4 +1,4 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/include/sepol/policydb/mls_types.h b/libsepol/include/sepol/policydb/mls_types.h index 12990c69..a5e27b2a 100644 --- a/libsepol/include/sepol/policydb/mls_types.h +++ b/libsepol/include/sepol/policydb/mls_types.h @@ -1,4 +1,4 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* * Updated: Trusted Computer Solutions, Inc. * diff --git a/libsepol/include/sepol/policydb/policydb.h b/libsepol/include/sepol/policydb/policydb.h index b014b7a8..6682069e 100644 --- a/libsepol/include/sepol/policydb/policydb.h +++ b/libsepol/include/sepol/policydb/policydb.h @@ -1,4 +1,4 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* * Updated: Joshua Brindle diff --git a/libsepol/include/sepol/policydb/services.h b/libsepol/include/sepol/policydb/services.h index bcb0930f..f2e311aa 100644 --- a/libsepol/include/sepol/policydb/services.h +++ b/libsepol/include/sepol/policydb/services.h @@ -2,7 +2,7 @@ /* -*- linux-c -*- */ /* - * Author : Stephen Smalley, + * Author : Stephen Smalley, */ #ifndef _SEPOL_POLICYDB_SERVICES_H_ diff --git a/libsepol/include/sepol/policydb/sidtab.h b/libsepol/include/sepol/policydb/sidtab.h index 893e6f0b..1bde332c 100644 --- a/libsepol/include/sepol/policydb/sidtab.h +++ b/libsepol/include/sepol/policydb/sidtab.h @@ -1,4 +1,4 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/include/sepol/policydb/symtab.h b/libsepol/include/sepol/policydb/symtab.h index 8b9ddca9..72b3276e 100644 --- a/libsepol/include/sepol/policydb/symtab.h +++ b/libsepol/include/sepol/policydb/symtab.h @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/man/man3/sepol_check_context.3 b/libsepol/man/man3/sepol_check_context.3 index 4a3c57d1..152ac0b0 100644 --- a/libsepol/man/man3/sepol_check_context.3 +++ b/libsepol/man/man3/sepol_check_context.3 @@ -1,4 +1,4 @@ -.TH "sepol_check_context" "3" "15 March 2005" "sds@tycho.nsa.gov" "SE Linux binary policy API documentation" +.TH "sepol_check_context" "3" "15 March 2005" "stephen.smalley.work@gmail.com" "SE Linux binary policy API documentation" .SH "NAME" sepol_check_context \- Check the validity of a security context against a binary policy. .SH "SYNOPSIS" diff --git a/libsepol/man/man8/genpolbools.8 b/libsepol/man/man8/genpolbools.8 index fc792c8c..e7196ee7 100644 --- a/libsepol/man/man8/genpolbools.8 +++ b/libsepol/man/man8/genpolbools.8 @@ -1,4 +1,4 @@ -.TH "genpolbools" "8" "11 August 2004" "sds@tycho.nsa.gov" "SELinux Command Line documentation" +.TH "genpolbools" "8" "11 August 2004" "stephen.smalley.work@gmail.com" "SELinux Command Line documentation" .SH "NAME" genpolbools \- Rewrite a binary policy with different boolean settings .SH "SYNOPSIS" diff --git a/libsepol/src/assertion.c b/libsepol/src/assertion.c index 11185253..b6ac4cfe 100644 --- a/libsepol/src/assertion.c +++ b/libsepol/src/assertion.c @@ -1,7 +1,7 @@ /* Authors: Joshua Brindle * * Assertion checker for avtab entries, taken from - * checkpolicy.c by Stephen Smalley + * checkpolicy.c by Stephen Smalley * * Copyright (C) 2005 Tresys Technology, LLC * diff --git a/libsepol/src/avtab.c b/libsepol/src/avtab.c index 82fec783..6ab49c5e 100644 --- a/libsepol/src/avtab.c +++ b/libsepol/src/avtab.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* * Updated: Yuichi Nakamura diff --git a/libsepol/src/ebitmap.c b/libsepol/src/ebitmap.c index 3ec1042f..2348add4 100644 --- a/libsepol/src/ebitmap.c +++ b/libsepol/src/ebitmap.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/src/hashtab.c b/libsepol/src/hashtab.c index 922a8a4a..4a827fd3 100644 --- a/libsepol/src/hashtab.c +++ b/libsepol/src/hashtab.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* * Updated : Karl MacMillan diff --git a/libsepol/src/mls.c b/libsepol/src/mls.c index 4ffe9814..45db8920 100644 --- a/libsepol/src/mls.c +++ b/libsepol/src/mls.c @@ -1,4 +1,4 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* * Updated: Trusted Computer Solutions, Inc. * diff --git a/libsepol/src/mls.h b/libsepol/src/mls.h index befd12c5..14694cce 100644 --- a/libsepol/src/mls.h +++ b/libsepol/src/mls.h @@ -1,4 +1,4 @@ -/* Author: Stephen Smalley, +/* Author: Stephen Smalley, * Updated: Trusted Computer Solutions, Inc. * * Support for enhanced MLS infrastructure. diff --git a/libsepol/src/policydb.c b/libsepol/src/policydb.c index 605d290a..f9537caa 100644 --- a/libsepol/src/policydb.c +++ b/libsepol/src/policydb.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* * Updated: Trusted Computer Solutions, Inc. diff --git a/libsepol/src/services.c b/libsepol/src/services.c index 07ae051b..51bd56a0 100644 --- a/libsepol/src/services.c +++ b/libsepol/src/services.c @@ -1,5 +1,5 @@ /* - * Author : Stephen Smalley, + * Author : Stephen Smalley, */ /* * Updated: Trusted Computer Solutions, Inc. diff --git a/libsepol/src/sidtab.c b/libsepol/src/sidtab.c index 0cec41d2..def8d313 100644 --- a/libsepol/src/sidtab.c +++ b/libsepol/src/sidtab.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/src/symtab.c b/libsepol/src/symtab.c index a6061851..78567dbf 100644 --- a/libsepol/src/symtab.c +++ b/libsepol/src/symtab.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/libsepol/src/write.c b/libsepol/src/write.c index 024fe628..283d11c8 100644 --- a/libsepol/src/write.c +++ b/libsepol/src/write.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* * Updated: Trusted Computer Solutions, Inc. diff --git a/policycoreutils/load_policy/load_policy.8 b/policycoreutils/load_policy/load_policy.8 index 867c35e4..636d8359 100644 --- a/policycoreutils/load_policy/load_policy.8 +++ b/policycoreutils/load_policy/load_policy.8 @@ -39,4 +39,4 @@ Initial policy load failed and enforcing mode requested .SH AUTHORS .nf This manual page was written by Dan Walsh . -The program was written by Stephen Smalley . +The program was written by Stephen Smalley . diff --git a/policycoreutils/load_policy/ru/load_policy.8 b/policycoreutils/load_policy/ru/load_policy.8 index 25140b2e..6c29e30a 100644 --- a/policycoreutils/load_policy/ru/load_policy.8 +++ b/policycoreutils/load_policy/ru/load_policy.8 @@ -37,5 +37,5 @@ load_policy загружает установленный файл полити .SH АВТОРЫ .nf Эта страница руководства была написана Dan Walsh . -Программа была написана Stephen Smalley . +Программа была написана Stephen Smalley . Перевод на русский язык выполнила Герасименко Олеся . diff --git a/policycoreutils/newrole/hashtab.c b/policycoreutils/newrole/hashtab.c index 26d4f4c7..bbd0adf7 100644 --- a/policycoreutils/newrole/hashtab.c +++ b/policycoreutils/newrole/hashtab.c @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/policycoreutils/newrole/hashtab.h b/policycoreutils/newrole/hashtab.h index 092b96a9..9c00f7cb 100644 --- a/policycoreutils/newrole/hashtab.h +++ b/policycoreutils/newrole/hashtab.h @@ -1,5 +1,5 @@ -/* Author : Stephen Smalley, */ +/* Author : Stephen Smalley, */ /* FLASK */ diff --git a/policycoreutils/setfiles/ru/setfiles.8 b/policycoreutils/setfiles/ru/setfiles.8 index 91010145..730b634b 100644 --- a/policycoreutils/setfiles/ru/setfiles.8 +++ b/policycoreutils/setfiles/ru/setfiles.8 @@ -217,5 +217,5 @@ GNU .SH "АВТОРЫ" Эта man-страница была написана Russell Coker . -Программа была написана Stephen Smalley . +Программа была написана Stephen Smalley . Перевод на русский язык выполнила Герасименко Олеся diff --git a/policycoreutils/setfiles/setfiles.8 b/policycoreutils/setfiles/setfiles.8 index 892a5062..ee017250 100644 --- a/policycoreutils/setfiles/setfiles.8 +++ b/policycoreutils/setfiles/setfiles.8 @@ -300,7 +300,7 @@ Fix labeling of files listed in file_list file, ignoring any that do not exist .SH "AUTHOR" This man page was written by Russell Coker . -The program was written by Stephen Smalley +The program was written by Stephen Smalley .SH "SEE ALSO" .BR restorecon (8), diff --git a/semodule-utils/semodule_package/ru/semodule_unpackage.8 b/semodule-utils/semodule_package/ru/semodule_unpackage.8 index 6c7e234b..057ae3d7 100644 --- a/semodule-utils/semodule_package/ru/semodule_unpackage.8 +++ b/semodule-utils/semodule_package/ru/semodule_unpackage.8 @@ -20,5 +20,5 @@ $ semodule_unpackage httpd.pp httpd.mod httpd.fc .SH АВТОРЫ .nf Эта страница руководства была написана Dan Walsh . -Программа была написана Stephen Smalley . +Программа была написана Stephen Smalley . Перевод на русский язык выполнила Герасименко Олеся . diff --git a/semodule-utils/semodule_package/semodule_unpackage.8 b/semodule-utils/semodule_package/semodule_unpackage.8 index 0432f7a1..79554cef 100644 --- a/semodule-utils/semodule_package/semodule_unpackage.8 +++ b/semodule-utils/semodule_package/semodule_unpackage.8 @@ -21,4 +21,4 @@ $ semodule_unpackage httpd.pp httpd.mod httpd.fc .SH AUTHORS .nf This manual page was written by Dan Walsh . -The program was written by Stephen Smalley +The program was written by Stephen Smalley