diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -24,8 +24,10 @@ so we will look at it and add it to the manual. | |||
| 24 | 24 | ||
| 25 | * Installation Changes in Emacs 24.1 | 25 | * Installation Changes in Emacs 24.1 |
| 26 | 26 | ||
| 27 | --- | ||
| 27 | ** Configure links against libselinux if it is found. | 28 | ** Configure links against libselinux if it is found. |
| 28 | You can disable this by using --without-selinux. | 29 | You can disable this by using --without-selinux. See below for |
| 30 | information on SELinux support. | ||
| 29 | 31 | ||
| 30 | --- | 32 | --- |
| 31 | ** By default, the installed Info and man pages are compressed. | 33 | ** By default, the installed Info and man pages are compressed. |
| @@ -263,14 +265,17 @@ Emacs.pane.menubar.font: Courier-12 | |||
| 263 | Also, the first dash (which does not indicate anything) is just | 265 | Also, the first dash (which does not indicate anything) is just |
| 264 | displayed as a space. | 266 | displayed as a space. |
| 265 | 267 | ||
| 268 | +++ | ||
| 266 | ** Basic SELinux support has been added. | 269 | ** Basic SELinux support has been added. |
| 267 | This requires Emacs to be linked with libselinux at build time. | 270 | This requires Emacs to be linked with libselinux at build time. |
| 268 | 271 | ||
| 272 | +++ | ||
| 269 | *** Emacs preserves the SELinux file context when backing up, and | 273 | *** Emacs preserves the SELinux file context when backing up, and |
| 270 | optionally when copying files. To this end, copy-file has an extra | 274 | optionally when copying files. To this end, copy-file has an extra |
| 271 | optional argument, and backup-buffer and friends include the SELinux | 275 | optional argument, and backup-buffer and friends include the SELinux |
| 272 | context in their return values. | 276 | context in their return values. |
| 273 | 277 | ||
| 278 | +++ | ||
| 274 | *** The new functions file-selinux-context and set-file-selinux-context | 279 | *** The new functions file-selinux-context and set-file-selinux-context |
| 275 | get and set the SELinux context of a file. | 280 | get and set the SELinux context of a file. |
| 276 | --- | 281 | --- |