mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
remove warning fcopy warning, more etc-groups fixing
This commit is contained in:
parent
62492e3eb6
commit
a264d17ce0
2 changed files with 7 additions and 2 deletions
|
|
@ -280,8 +280,8 @@ static int fs_copydir(const char *infname, const struct stat *st, int ftype, str
|
|||
if (lstat(outfname, &s) == 0) {
|
||||
if (first)
|
||||
first = 0;
|
||||
else if (!arg_quiet)
|
||||
fprintf(stderr, "Warning fcopy: skipping %s, file already present\n", infname);
|
||||
//else if (!arg_quiet)
|
||||
// fprintf(stderr, "Warning fcopy: skipping %s, file already present\n", infname);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@ static char *etc_group_tls_ca[] = {
|
|||
"ca-certificates",
|
||||
"crypto-policies",
|
||||
"gnutls",
|
||||
"gcrypt",
|
||||
"pki",
|
||||
"ssl",
|
||||
"openssl",
|
||||
|
|
@ -93,9 +94,13 @@ static char *etc_group_x11[] = {
|
|||
"drirc",
|
||||
"gconf",
|
||||
"glib-2.0",
|
||||
"gtk",
|
||||
"gtk-2.0",
|
||||
"gtk-3.0",
|
||||
"gtk-4.0",
|
||||
"qt3",
|
||||
"kderc",
|
||||
"kde3",
|
||||
"kde4rc",
|
||||
"kde5rc",
|
||||
"machine-id", // QT dbus lib is crashing without it!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue