- 11 Jun, 2018 4 commits
-
-
Christian Brauner authored
coverity: #1425747
-
Donghwa Jeong authored
Resource leak Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Resource leak Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Resource leak Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
- 10 Jun, 2018 3 commits
-
-
Christian Brauner authored
terminal: enable local output processing
-
Christian Brauner authored
conf: only use newuidmap and newgidmap when necessary
-
Christian Brauner authored
fix bug: unpriv lxc will run lxc.net.[i].script.up now
-
- 09 Jun, 2018 3 commits
-
-
harryoooooooooo authored
Signed-off-by:harryoooooooooo <ymsc27884@gmail.com>
-
Jonathan Calmels authored
Signed-off-by:Jonathan Calmels <jcalmels@nvidia.com>
-
Jonathan Calmels authored
Signed-off-by:Jonathan Calmels <jcalmels@nvidia.com>
-
- 08 Jun, 2018 16 commits
-
-
Christian Brauner authored
coverity: #1425811
-
Donghwa Jeong authored
Resource leak Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Christian Brauner authored
coverity: #1425753
-
Donghwa Jeong authored
Copy into fixed size buffer Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Christian Brauner authored
coverity: #1425836
-
Donghwa Jeong authored
Resource leak Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Christian Brauner authored
pam_cgfs: fix Logically dead code.
-
Christian Brauner authored
coverity: #1425849, #1425821, #1425794, #1425779, #1425777, #1425795, #1425841
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
- 06 Jun, 2018 2 commits
-
-
Stéphane Graber authored
Revert "seccomp: make do_resolve_add_rule() more strict"
-
Christian Brauner authored
Reported-by:
Felix Abecassis <fabecassis@nvidia.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 05 Jun, 2018 5 commits
-
-
Christian Brauner authored
Fix typo
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
This reverts commit dfddc8aa. Closes #2376. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
conf: change some logs to print errno
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
- 04 Jun, 2018 4 commits
-
-
Serge Hallyn authored
conf: copy mountinfo for remount_all_slave()
-
Christian Brauner authored
support tls in cross-compile
-
duguhaotian authored
AC_RUN_IFELSE will fail in cross-compile, we can use AC_COMPILE_IFELSE replace. Signed-off-by:duguhaotian <duguhaotian@gmail.com>
-
Christian Brauner authored
While a container reads mountinfo from proc fs, the mountinfo can be changed by the kernel anytime. This has caused critical issues on some devices. Signed-off-by: Donghwa Jeong dh48.jeong@samsung.com Reported-by: Donghwa Jeong dh48.jeong@samsung.com Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 02 Jun, 2018 1 commit
-
-
Christian Brauner authored
More seccomp fixes
-
- 01 Jun, 2018 2 commits
-
-
Felix Abecassis authored
The mask was unconditionally parsed, it failed if no mask was provided. Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
The last (optional) argument was named "valueTwo", which seems to originate from the OCI runtime spec: https://github.com/opencontainers/runtime-spec/blob/master/config-linux.md#seccomp In proper seccomp terminology, "value" is "datum_a" and "valueTwo" is "datum_b". However, LXC's "valueTwo" was used as the mask for SCMP_CMP_MASKED_EQ, while the mask is supposed to be "datum_a". Signed-off-by:
Felix Abecassis <fabecassis@nvidia.com>
-