8fd0cedde2
- restorecond: check write() and daemon() results - sepolicy: do not fail when file_contexts.local or .subs do not exist - sepolicy: remove stray space in section "SEE ALSO" - sepolicy: fix misspelling of _ra_content_t suffix - gui: port to Python 3 by migrating to PyGI - gui: remove the status bar - gui: fix parsing of "semodule -lfull" in tab Modules - gui: delete overridden definition of usersPage.delete() - Enable listing file_contexts.homedirs (#1409813) - remove semodule_deps
58 lines
2.0 KiB
Diff
58 lines
2.0 KiB
Diff
diff --git policycoreutils-2.7/load_policy/load_policy.8 policycoreutils-2.7/load_policy/load_policy.8
|
|
index 5f5550d..0810995 100644
|
|
--- policycoreutils-2.7/load_policy/load_policy.8
|
|
+++ policycoreutils-2.7/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 <dwalsh@redhat.com>.
|
|
-The program was written by Stephen Smalley <sds@epoch.ncsc.mil>.
|
|
+The program was written by Stephen Smalley <sds@tycho.nsa.gov>.
|
|
diff --git policycoreutils-2.7/newrole/hashtab.c policycoreutils-2.7/newrole/hashtab.c
|
|
index 77ed143..24c65c4 100644
|
|
--- policycoreutils-2.7/newrole/hashtab.c
|
|
+++ policycoreutils-2.7/newrole/hashtab.c
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-/* Author : Stephen Smalley, <sds@epoch.ncsc.mil> */
|
|
+/* Author : Stephen Smalley, <sds@tycho.nsa.gov> */
|
|
|
|
/* FLASK */
|
|
|
|
diff --git policycoreutils-2.7/newrole/hashtab.h policycoreutils-2.7/newrole/hashtab.h
|
|
index 9f737df..3790f0a 100644
|
|
--- policycoreutils-2.7/newrole/hashtab.h
|
|
+++ policycoreutils-2.7/newrole/hashtab.h
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-/* Author : Stephen Smalley, <sds@epoch.ncsc.mil> */
|
|
+/* Author : Stephen Smalley, <sds@tycho.nsa.gov> */
|
|
|
|
/* FLASK */
|
|
|
|
diff --git policycoreutils-2.7/scripts/fixfiles policycoreutils-2.7/scripts/fixfiles
|
|
index 1aa330f..7ec0396 100755
|
|
--- policycoreutils-2.7/scripts/fixfiles
|
|
+++ policycoreutils-2.7/scripts/fixfiles
|
|
@@ -108,6 +108,7 @@ exclude_dirs_from_relabelling() {
|
|
fullFlag=0
|
|
BOOTTIME=""
|
|
VERBOSE="-p"
|
|
+[ -t 1 ] || VERBOSE=""
|
|
FORCEFLAG=""
|
|
RPMFILES=""
|
|
PREFC=""
|
|
diff --git policycoreutils-2.7/setfiles/setfiles.8 policycoreutils-2.7/setfiles/setfiles.8
|
|
index 9501845..ccaaf4d 100644
|
|
--- policycoreutils-2.7/setfiles/setfiles.8
|
|
+++ policycoreutils-2.7/setfiles/setfiles.8
|
|
@@ -255,7 +255,7 @@ being updated provided there are no errors.
|
|
|
|
.SH "AUTHOR"
|
|
This man page was written by Russell Coker <russell@coker.com.au>.
|
|
-The program was written by Stephen Smalley <sds@epoch.ncsc.mil>
|
|
+The program was written by Stephen Smalley <sds@tycho.nsa.gov>
|
|
|
|
.SH "SEE ALSO"
|
|
.BR restorecon (8),
|