acl-devel
[Top][All Lists]
Advanced

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

acl-2.3.1 git version


From: Мегахит
Subject: acl-2.3.1 git version
Date: Thu, 4 May 2023 10:48:23 +0300

Debian Bullseye with KDE Plasma, manual build for Linux From Scratch. (amd64, rus)

4 tests failed:
test/malformed-restore.test
test/misc.test
test/root/permissions.test (most important)
test/root/setfacl.test

some tests seem to be complaining about translation
unknown amount of spaces and/or tabs are cut (result != expected) replaced with [[:blank:]] since it's virtual machine and the DragNDrop function with shared clipboard don't work for some reason

test/malformed-restore.test:
[8] $ setfacl --restore tmp.acl
setfacl: tmp.acl: Недопустимый аргумент != setfacl: tmp.acl: Invalid argument
[16] $ setfacl --restore tmp.acl
setfacl: tmp.acl: Недопустимый аргумент != setfacl: tmp.acl: Invalid argument

test/misc.test:
[443] $ getfacl -RL d
getfacl: d/b: Нет такого файла или каталога != getfacl: d/b: No such file or directory
# file: d == #file: d
# owner: root == # owner: root
# group: root == # group: root
user::rwx == user::rwx
user::bin:rw- == user::bin:rw-
group::rwx == group::rwx
mask::rwx == mask::rwx
other::r-x == other::r-x
[[:blank:]] == [[:blank:]]
[454] $ setfacl -RL -m u:bin:rw d
setfacl: d/b: Нет такого файла или каталога != setfacl: d/b: No such file or directory

test/root/permissions.test:
[52] $ su daemon -- ok
[53] $ cat f -- failed
cat: f: Отказано в доступе (Permission denied) != root
~[[:blank:]] != bin
[149] $ echo daemon4 >> f
~[[:blank:]] !~ .*f: Permission denied$
[161] $ cat f -- failed
root == root
bin == bin
daemon == daemon
daemon2 == daemon2
daemon4 != daemon5
daemon5 != ~
[176] $ : < f
/bin/sh: 1: cannot open f: Permission denied != ~
[191] $ shopt -s nullglob ; echo e/*
/bin/sh: 1: shopt: not found !=
e/*[[:blank:]] != ~
Command not found with sudo, ignore

test/root/setfacl.test:
[120] $ setfacl --test -x u:x
setfacl: Option -x: Недопустимый аргумент near character 3 != setfacl: Option -x: Invalid argument near character 3

reply via email to

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