proxmox-backup/src
Dominik Csapak fea23d0323 fix #3393: tools/xattr: allow xattr 'security.NTACL'
in some configurations, samba stores NTFS-ACLs in this xattr[0], so
we should backup (if we can)

altough the 'security' namespace is special (e.g. in use by
selinux, etc.) this value is normally only used by samba and we
should be able to back it up.

to restore it, the user needs at least 'CAP_SYS_ADMIN' rights, otherwise
it cannot be set

0: https://www.samba.org/samba/docs/current/man-html/vfs_acl_xattr.8.html

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-04-21 14:49:46 +02:00
..
api2 tape restore: avoid multiple stat calls for same chunk 2021-04-16 13:17:17 +02:00
backup tape restore: avoid multiple stat calls for same chunk 2021-04-16 13:17:17 +02:00
bin TapeRead: add skip_data() 2021-04-13 13:32:45 +02:00
client vsock_client: support authorization header 2021-04-01 11:09:28 +02:00
config config: tfa: drop now unused schema::Updatable 2021-04-15 12:35:11 +02:00
pxar pxar/extract: add sequential variant of extract_sub_dir 2021-04-08 14:24:23 +02:00
rrd clippy: more misc fixes 2021-01-26 09:54:55 +01:00
server enable tape backup by default 2021-04-12 12:31:56 +02:00
tape tape/changer/sg_pt_changer: read whole descriptor size for each entry 2021-04-21 14:07:41 +02:00
tools fix #3393: tools/xattr: allow xattr 'security.NTACL' 2021-04-21 14:49:46 +02:00
api2.rs file-restore: add binary and basic commands 2021-04-08 13:57:57 +02:00
auth.rs api2/access/user: remove password for @pbs users on removal 2021-04-15 08:33:20 +02:00
auth_helpers.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
backup.rs typo fixes all over the place 2021-03-10 16:39:57 +01:00
buildcfg.rs file-restore: add basic VM/block device support 2021-04-08 14:11:02 +02:00
client.rs client: add VsockClient to connect to virtio-vsock VMs 2021-02-17 08:15:43 +01:00
config.rs tape: add tape backup job configuration 2021-02-14 10:35:51 +01:00
lib.rs tape: add file format definitions 2020-12-05 10:45:08 +01:00
server.rs server/rest: extract auth to seperate module 2021-04-01 11:26:28 +02:00
task.rs introduce TaskState trait 2020-10-12 14:11:57 +02:00
tools.rs add tools/cpio encoding module 2021-04-08 14:10:45 +02:00