Mercurial > emacs
comparison lisp/ChangeLog @ 108077:93125d6fab29
Implement SELINUX backends.
* net/tramp.el (tramp-file-name-handler-alist): Add
`file-selinux-context' and `set-file-selinux-context'.
(tramp-handle-file-selinux-context)
(tramp-handle-set-file-selinux-context): New defuns.
(tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
PRESERVE-SELINUX-CONTEXT.
* net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add
`file-selinux-context' and `set-file-selinux-context'.
(tramp-gvfs-handle-file-selinux-context)
(tramp-gvfs-handle-set-file-selinux-context): New defuns.
(tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
* net/ange-ftp.el (ange-ftp-copy-file):
* net/tramp-fish.el (tramp-fish-handle-copy-file):
* net/tramp-imap.el (tramp-imap-handle-copy-file):
* net/tramp-smb.el (tramp-smb-handle-copy-file): Add
PRESERVE-SELINUX-CONTEXT.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 23 Apr 2010 16:12:05 +0200 |
parents | f2fc13674669 |
children | 6f2d16153b19 |
comparison
equal
deleted
inserted
replaced
108076:269804f5b53b | 108077:93125d6fab29 |
---|---|
1 2010-04-23 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 Implement SELINUX backends. | |
4 | |
5 * net/tramp.el (tramp-file-name-handler-alist): Add | |
6 `file-selinux-context' and `set-file-selinux-context'. | |
7 (tramp-handle-file-selinux-context) | |
8 (tramp-handle-set-file-selinux-context): New defuns. | |
9 (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle | |
10 PRESERVE-SELINUX-CONTEXT. | |
11 | |
12 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add | |
13 `file-selinux-context' and `set-file-selinux-context'. | |
14 (tramp-gvfs-handle-file-selinux-context) | |
15 (tramp-gvfs-handle-set-file-selinux-context): New defuns. | |
16 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT. | |
17 | |
18 * net/ange-ftp.el (ange-ftp-copy-file): | |
19 * net/tramp-fish.el (tramp-fish-handle-copy-file): | |
20 * net/tramp-imap.el (tramp-imap-handle-copy-file): | |
21 * net/tramp-smb.el (tramp-smb-handle-copy-file): Add | |
22 PRESERVE-SELINUX-CONTEXT. | |
23 | |
1 2010-04-22 Michael Albinus <michael.albinus@gmx.de> | 24 2010-04-22 Michael Albinus <michael.albinus@gmx.de> |
2 | 25 |
3 Synchronize with Tramp repository. | 26 Synchronize with Tramp repository. |
4 | 27 |
5 * net/tramp.el (with-connection-property, tramp-completion-mode-p) | 28 * net/tramp.el (with-connection-property, tramp-completion-mode-p) |