diff etc/NEWS @ 108012:6c696ca35512

Doc updates for SELinux support. * ack.texi, emacs.texi (Acknowledgments): Add SELinux support. * etc/NEWS: Mention SELinux support.
author Glenn Morris <rgm@gnu.org>
date Tue, 20 Apr 2010 20:08:21 -0700
parents 17d3324f96dd
children 7b45a10725ef
line wrap: on
line diff
--- a/etc/NEWS	Tue Apr 20 20:02:58 2010 -0700
+++ b/etc/NEWS	Tue Apr 20 20:08:21 2010 -0700
@@ -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)