Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
data/selinux: add context definition for snapctl #3081
Conversation
| @@ -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
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
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
changed the title from
data/selinux: Add contexts for snapctl
to
data/selinux: Add context definition for snapctl
Mar 24, 2017
|
LGTM |
pedronis
changed the title from
data/selinux: Add context definition for snapctl
to
data/selinux: add context definition for snapctl
Mar 24, 2017
zyga
merged commit bf7fbfe
into
snapcore:master
Mar 24, 2017
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
Conan-Kudo commentedMar 24, 2017
Signed-off-by: Neal Gompa ngompa13@gmail.com