Re: [pve-devel] [PATCH v2 kernel 0/3] apparmor fixes

2016-07-12 Thread Fabian Grünbichler
On Tue, Jul 12, 2016 at 10:31:12AM +0200, Wolfgang Bumiller wrote: > changes: added another required setprocattr patch > > Wolfgang Bumiller (3): > Fix CVE-2016-6187: AppArmor oops in apparmor_setprocattr > modinfo is not in a user's PATH > import another apparmor followup patch since the 4

Re: [pve-devel] [PATCH manager] give comment in bridgeselector more space

2016-07-12 Thread Fabian Grünbichler
applied On Mon, Jul 11, 2016 at 02:17:44PM +0200, Dominik Csapak wrote: > change the default column widths, to give more space > to the comment column > > Signed-off-by: Dominik Csapak > --- > www/manager6/form/BridgeSelector.js | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >

[pve-devel] [PATCH manager v2 1/2] refactor DnsName regex

2016-07-12 Thread Dominik Csapak
we will need this again Signed-off-by: Dominik Csapak --- changes to v1: * make DnsName a string, so that we can reuse it for the hostport regexes www/manager6/Toolkit.js | 4 ++-- www/manager6/Utils.js | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/www/manager6/Tool

[pve-devel] [PATCH manager v3 2/2] add HostList validator and check monhosts with it

2016-07-12 Thread Dominik Csapak
this adds a vtype which splits the given string into a list by ; or , or space and checks if it is a valid (hostname|ip) port notation also make the rbd monhost input field use it Signed-off-by: Dominik Csapak --- changes since v2: * make full tests for the host/ip port notations modeled after

[pve-devel] [pve-manager] prevent KRDB and Monitor(s) being localized

2016-07-12 Thread Emmanuel Kasper
Both terms are rather domain specific and should not be translated. See http://pve.proxmox.com/pipermail/pve-devel/2016-July/021975.html for the problems of Monitor Host being wrongly translated --- www/manager6/storage/RBDEdit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

Re: [pve-devel] [PATCH manager v2] add HostList validator and check monhosts with it

2016-07-12 Thread Wolfgang Bumiller
On Thu, Jul 07, 2016 at 01:18:52PM +0200, Dominik Csapak wrote: > this adds a vtype which splits the given string into a list by > ; or , or space > and checks if only valid characters are in it > the real check has to be done on the host, > since the client check is run on every keystroke > > als

Re: [pve-devel] [PATCH manager 2/2] add HostList validator and check monhosts with it

2016-07-12 Thread Wolfgang Bumiller
On Thu, Jul 07, 2016 at 10:48:55AM +0200, Emmanuel Kasper wrote: > On 07/07/2016 10:39 AM, Emmanuel Kasper wrote: > >> // ExtJs 5-6 has an issue with caching > >> diff --git a/www/manager6/storage/RBDEdit.js > >> b/www/manager6/storage/RBDEdit.js > >> index a38ea52..a046ec3 100644 > >> --- a/www/

[pve-devel] [PATCH v2 kernel 2/3] modinfo is not in a user's PATH

2016-07-12 Thread Wolfgang Bumiller
--- find-firmware.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-firmware.pl b/find-firmware.pl index 0e1b3ea..18e8962 100755 --- a/find-firmware.pl +++ b/find-firmware.pl @@ -18,7 +18,7 @@ while (defined(my $fn = )) { my $relfn = $fn; $relfn =~ s|^$dir/*||;

[pve-devel] [PATCH v2 kernel 3/3] import another apparmor followup patch

2016-07-12 Thread Wolfgang Bumiller
--- Makefile| 1 + ...mputation-for-when-setprocattr-is-null-ter.patch | 21 + 2 files changed, 22 insertions(+) create mode 100644 apparmor-fix-arg_size-computation-for-when-setprocattr-is-null-ter.patch diff --git a/Makefile b/M

[pve-devel] [PATCH v2 kernel 0/3] apparmor fixes

2016-07-12 Thread Wolfgang Bumiller
changes: added another required setprocattr patch Wolfgang Bumiller (3): Fix CVE-2016-6187: AppArmor oops in apparmor_setprocattr modinfo is not in a user's PATH import another apparmor followup patch ...x-oops-validate-buffer-size-in-apparmor_s.patch | 120 + Makefile

[pve-devel] [PATCH v2 kernel 1/3] Fix CVE-2016-6187: AppArmor oops in apparmor_setprocattr

2016-07-12 Thread Wolfgang Bumiller
--- ...x-oops-validate-buffer-size-in-apparmor_s.patch | 120 + Makefile | 1 + 2 files changed, 121 insertions(+) create mode 100644 CVE-2016-6187-apparmor-fix-oops-validate-buffer-size-in-apparmor_s.patch diff --git a/CVE-2016-6

[pve-devel] [PATCH WIP/test lxc 0/4] update to 2.0.3

2016-07-12 Thread Dominik Csapak
this patch series updates to lxc 2.0.3 just for testing purposes do a "make download" before building to get the latest source from github Dominik Csapak (4): update to 2.0.3 rebase systemd service patch and var lib vz patch drop patches applied upstream update changelog and pkg version

[pve-devel] [PATCH WIP/test lxc 4/4] update changelog and pkg version

2016-07-12 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- Makefile | 4 ++-- debian/changelog | 6 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c19a1c5..444ff45 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RELEASE=4.1 PACKAGE=lxc-pve -LXCVER=1.1.5 -D

[pve-devel] [PATCH WIP/test lxc 1/4] update to 2.0.3

2016-07-12 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ee52bb..c19a1c5 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ deb ${DEBS}: ${SRCTAR} .PHONY: download download ${SRCTAR}: rm -rf ${SRCDIR} $

[pve-devel] [PATCH WIP/test lxc 3/4] drop patches applied upstream

2016-07-12 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- ...rmor-add-make-rslave-to-usr.bin.lxc-start.patch | 32 --- debian/patches/0001-added-stop-hook-entries.patch | 72 -- ...armor-allow-binding-run-lock-var-run-lock.patch | 32 --- .../patches/0002-Added-lxc.monitor.unshare.patch | 131 --- ...-

[pve-devel] [PATCH WIP/test lxc 2/4] rebase systemd service patch and var lib vz patch

2016-07-12 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- debian/patches/fix-systemd-service-depends.patch | 2 +- debian/patches/use-var-lib-vz-as-default-dir.patch | 16 +++- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/debian/patches/fix-systemd-service-depends.patch b/debian/patche