data/selinux: add context definition for snapctl #3081

Merged
merged 1 commit into from Mar 24, 2017

Conversation

Projects
None yet
3 participants
Contributor

Conan-Kudo commented Mar 24, 2017

Signed-off-by: Neal Gompa ngompa13@gmail.com

zyga approved these changes Mar 24, 2017

data/selinux/snappy.fc
@@ -21,6 +21,8 @@ HOME_DIR/snap(/.*)? gen_context(system_u:object_r:snappy_home_t,s0)
/usr/bin/snap -- gen_context(system_u:object_r:snappy_exec_t,s0)
+/usr/bin/snapctl -- gen_context(system_u:object_r:snappy_exec_t,s0)
+/usr/bin/ubuntu-core-launcher -- gen_context(system_u:object_r:snappy_exec_t,s0)
@zyga

zyga Mar 24, 2017

Contributor

I think we can get rid of this one. It's not needed anymore and will not be shipped in new installs

@Conan-Kudo Conan-Kudo changed the title from data/selinux: Add contexts for snapctl and ubuntu-core-launcher to data/selinux: Add contexts for snapctl Mar 24, 2017

@Conan-Kudo Conan-Kudo changed the title from data/selinux: Add contexts for snapctl to data/selinux: Add context definition for snapctl Mar 24, 2017

data/selinux: Add context definition for snapctl
Signed-off-by: Neal Gompa <ngompa13@gmail.com>
Contributor

morphis commented Mar 24, 2017

LGTM

@pedronis pedronis changed the title from data/selinux: Add context definition for snapctl to data/selinux: add context definition for snapctl Mar 24, 2017

@zyga zyga merged commit bf7fbfe into snapcore:master Mar 24, 2017

1 of 6 checks passed

xenial-amd64 autopkgtest running
Details
xenial-i386 autopkgtest running
Details
xenial-ppc64el autopkgtest running
Details
yakkety-amd64 autopkgtest running
Details
zesty-amd64 autopkgtest running
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@Conan-Kudo Conan-Kudo deleted the Conan-Kudo:selinux-morebins branch Mar 24, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment