mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
switch project url to github
This commit is contained in:
parent
9be68f1b64
commit
4a202b68fa
11 changed files with 13 additions and 13 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -583,7 +583,7 @@ PACKAGE_TARNAME='firejail'
|
|||
PACKAGE_VERSION='0.9.31'
|
||||
PACKAGE_STRING='firejail 0.9.31'
|
||||
PACKAGE_BUGREPORT='netblue30@yahoo.com'
|
||||
PACKAGE_URL='http://firejail.sourceforge.net'
|
||||
PACKAGE_URL='http://github.com/netblue30/firejail'
|
||||
|
||||
ac_unique_file="src/firejail/main.c"
|
||||
# Factoring default headers for most tests.
|
||||
|
|
@ -1326,7 +1326,7 @@ Use these variables to override the choices made by `configure' or to help
|
|||
it to find libraries and programs with nonstandard names/locations.
|
||||
|
||||
Report bugs to <netblue30@yahoo.com>.
|
||||
firejail home page: <http://firejail.sourceforge.net>.
|
||||
firejail home page: <https://github.com/netblue30/firejail>.
|
||||
_ACEOF
|
||||
ac_status=$?
|
||||
fi
|
||||
|
|
@ -4150,7 +4150,7 @@ Configuration files:
|
|||
$config_files
|
||||
|
||||
Report bugs to <netblue30@yahoo.com>.
|
||||
firejail home page: <http://firejail.sourceforge.net>."
|
||||
firejail home page: <http://github.com/netblue30/firejail>."
|
||||
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.68])
|
||||
AC_INIT(firejail, 0.9.31, netblue30@yahoo.com, , http://firejail.sourceforge.net)
|
||||
AC_INIT(firejail, 0.9.31, netblue30@yahoo.com, , http://github.com/netblue30/firejail)
|
||||
AC_CONFIG_SRCDIR([src/firejail/main.c])
|
||||
#AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Installed-Size: 272
|
|||
Depends: libc6
|
||||
Section: admin
|
||||
Priority: extra
|
||||
Homepage: http://firejail.sourceforge.net
|
||||
Homepage: http://github.com/netblue30/firejail
|
||||
Description: Linux namepaces sandbox program.
|
||||
Firejail is a SUID sandbox program that reduces the risk of security
|
||||
breaches by restricting the running environment of untrusted applications
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@ This is the Debian/Ubuntu prepackaged version of firejail.
|
|||
The complete text of the GNU General Public License can be found
|
||||
in /usr/share/common-licenses/GPL-2.
|
||||
|
||||
Homepage: http://firejail.sourceforge.net.
|
||||
Homepage: http://github.com/netblue30/firejail.
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ Release: 1
|
|||
License: GPL+
|
||||
Group: Development/Tools
|
||||
SOURCE0 : %{name}-%{version}.tar.gz
|
||||
URL: http://firejail.sourceforege.net
|
||||
URL: http://github.com/netblue30/firejail
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
|
|
|
|||
|
|
@ -342,6 +342,6 @@ void usage(void) {
|
|||
printf(" list all running sandboxes\n");
|
||||
printf("\n");
|
||||
printf("License GPL version 2 or later\n");
|
||||
printf("Homepage: http://firejail.sourceforge.net\n");
|
||||
printf("Homepage: http://github.com/netblue30/firejail\n");
|
||||
printf("\n");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,6 +72,6 @@ void usage(void) {
|
|||
printf("\tUser - The owner of the sandbox.\n");
|
||||
printf("\n");
|
||||
printf("License GPL version 2 or later\n");
|
||||
printf("Homepage: http://firejail.sourceforge.net\n");
|
||||
printf("Homepage: http://github.com/netblue30/firejail\n");
|
||||
printf("\n");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ usermod \-\-shell /usr/bin/firejail username
|
|||
.SH LICENSE
|
||||
Firejail is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
||||
.PP
|
||||
Homepage: http://firejail.sourceforge.net
|
||||
Homepage: http://github.com/netblue30/firejail
|
||||
.SH SEE ALSO
|
||||
\&\flfirejail\fR\|(1),
|
||||
\&\flfiremon\fR\|(1),
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@ Set a DNS server for the sandbox. Up to three DNS servers can be defined.
|
|||
.SH LICENSE
|
||||
Firejail is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
||||
.PP
|
||||
Homepage: http://firejail.sourceforge.net
|
||||
Homepage: http://github.com/netblue30/firejail
|
||||
.SH SEE ALSO
|
||||
\&\flfirejail\fR\|(1),
|
||||
\&\flfiremon\fR\|(1),
|
||||
|
|
|
|||
|
|
@ -1361,7 +1361,7 @@ List all sandboxed processes.
|
|||
.SH LICENSE
|
||||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
||||
.PP
|
||||
Homepage: http://firejail.sourceforge.net
|
||||
Homepage: http://github.com/netblue30/firejail
|
||||
.SH SEE ALSO
|
||||
\&\flfiremon\fR\|(1),
|
||||
\&\flfirejail-profile\fR\|(5),
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ The owner of the sandbox.
|
|||
.SH LICENSE
|
||||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
||||
.PP
|
||||
Homepage: http://firejail.sourceforge.net
|
||||
Homepage: http://github.com/netblue30/firejail
|
||||
.SH SEE ALSO
|
||||
\&\flfirejail\fR\|(1),
|
||||
\&\flfirejail-profile\fR\|(5),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue