Commit Graph

6 Commits

Author SHA1 Message Date
Nalin Dahyabhai e358e50c67 Update generated files
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2018-05-30 17:18:10 -04:00
Nalin Dahyabhai 0a4c1e32ca Update generated files
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2018-05-07 10:38:17 -04:00
Nalin Dahyabhai 08b614b4c8 Update generated files
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2018-04-03 10:34:32 -04:00
Nalin Dahyabhai 986c508887 Update ffjson-generated files
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2018-03-07 17:07:39 -05:00
Daniel J Walsh 5a785c73f4 Pass MountLabel down to diff drivers
Currently when we do a commmit, we are mounting the container without using
the mountlabel.  In certain situations we can leak mount points where the
image is already mounted with a label.  If you then attempt to commit the
image, the kernel will attempt to mount the image without a label.  The
kernel will reject this mount since SELinux does not allow the same image
to be mounted with different labels.

Passing down the label to the diff drivers, fixes this issue.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-02-06 13:42:25 -05:00
Antonio Murdaca c59c6a878c use ffjson to encode/decode layer structs
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-13 13:59:22 -04:00