emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99964: Doc updates for SELinux suppo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99964: Doc updates for SELinux support.
Date: Tue, 20 Apr 2010 20:08:21 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99964
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-04-20 20:08:21 -0700
message:
  Doc updates for SELinux support.
  
  * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
  
  * etc/NEWS: Mention SELinux support.
modified:
  doc/emacs/ChangeLog
  doc/emacs/ack.texi
  doc/emacs/emacs.texi
  etc/NEWS
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-04-19 15:07:52 +0000
+++ b/doc/emacs/ChangeLog       2010-04-21 03:08:21 +0000
@@ -1,3 +1,7 @@
+2010-04-21  Glenn Morris  <address@hidden>
+
+       * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
+
 2010-04-18  Chong Yidong  <address@hidden>
 
        * programs.texi (Semantic): New node.

=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi        2010-04-19 15:07:52 +0000
+++ b/doc/emacs/ack.texi        2010-04-21 03:08:21 +0000
@@ -574,6 +574,10 @@
 Emacs.
 
 @item
+Karel Kl@'address@hidden@v{c} contributed SELinux support, for preserving the
+Security-Enchanced Linux context of files on backup and copy.
+
address@hidden
 Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal
 strings; support for HMAC (Keyed-Hashing for Message Authentication);
 and a Lisp implementation of the SHA1 Secure Hash Algorithm.

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2010-04-19 15:07:52 +0000
+++ b/doc/emacs/emacs.texi      2010-04-21 03:08:21 +0000
@@ -1375,12 +1375,12 @@
 Jones, Simon Josefsson, Arne address@hidden, Tomoji Kagatani, Brewster
 Kahle, Tokuya Kameshima, Lute Kamstra, David Kastrup, David Kaufman,
 Henry Kautz, Taichi Kawabata, Howard Kaye, Michael Kifer, Richard King,
-Peter Kleiweg, Shuhei Kobayashi, Pavel Kobiakov, Larry K.@: Kolodney,
-David M.@: Koppelman, Koseki Yoshinori, Robert Krawitz, Sebastian
-Kremer, Ryszard Kubiak, David address@hidden, Daniel LaLiberte, Karl
-Landstrom, Mario Lang, Aaron Larson, James R.@: Larus, Vinicius Jose
-Latorre, Werner Lemberg, Frederic Lepied, Peter Liljenberg, Lars
-Lindberg, Chris Lindblad, Anders Lindgren, Thomas Link, Juri Linkov,
+Peter Kleiweg, Karel Kl@'address@hidden@v{c}, Shuhei Kobayashi, Pavel
+Kobiakov, Larry K.@: Kolodney, David M.@: Koppelman, Koseki Yoshinori,
+Robert Krawitz, Sebastian Kremer, Ryszard Kubiak, David address@hidden, Daniel
+LaLiberte, Karl Landstrom, Mario Lang, Aaron Larson, James R.@: Larus,
+Vinicius Jose Latorre, Werner Lemberg, Frederic Lepied, Peter Liljenberg,
+Lars Lindberg, Chris Lindblad, Anders Lindgren, Thomas Link, Juri Linkov,
 Francis Litterio, Emilio C. Lopes, K@'{a}roly address@hidden, Dave Love,
 Sascha L@"{u}decke, Eric Ludlam, Alan Mackenzie, Christopher J.@:
 Madsen, Neil M.@: Mager, Ken Manheimer, Bill Mann, Brian Marick, Simon

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2010-04-21 02:05:24 +0000
+++ b/etc/NEWS  2010-04-21 03:08:21 +0000
@@ -30,6 +30,9 @@
 These provide no new functionality, they just remove the need to edit
 lib-src/Makefile by hand in order to use the associated features.
 
+** Configure links against libselinux if it is found.
+You can disable this by using --without-selinux.
+
 
 * Startup Changes in Emacs 24.1
 
@@ -68,6 +71,14 @@
 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built
 with Xft.
 
+** Basic SELinux support has been added.
+This requires Emacs to be linked with libselinux at build time.
+
+*** Emacs preserves the SELinux file context when backing up or copying files.
+
+*** The new functions file-selinux-context and set-file-selinux-context
+get and set the SELinux context of a file.
+
 ** New scrolling commands `scroll-up-command' and `scroll-down-command'
 (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
 of buffer at first key-press (instead moves to top/bottom of buffer)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]