mbox

[bug#35514,0/1] gnu: emacs: Add libselinux to inputs.

Message ID 20190430215755.4894-1-jessejohngildersleve@zohomail.eu
Headers show

Message

wednesday April 30, 2019, 9:57 p.m. UTC
Adding libselinux to the inputs of emacs allows it to support it's
extended file attributes, so emacs can get and set the selinux context
of a file, as explained near the bottom of these pages here:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Extended-Attributes.html
https://www.gnu.org/software/emacs/manual/html_node/elisp/Changing-Files.html

wednesday (1):
  gnu: emacs: Add libselinux to inputs.

 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Tournier April 7, 2022, 12:53 p.m. UTC | #1
Hi,

Thank you for your contribution [1].  It appears that we missed it.  Sorry
for that.

1: <http://issues.guix.gnu.org/issue/35514>


On Tue, 30 Apr 2019 at 22:57, wednesday <jessejohngildersleve@zohomail.eu> wrote:

> Adding libselinux to the inputs of emacs allows it to support it's
> extended file attributes, so emacs can get and set the selinux context
> of a file, as explained near the bottom of these pages here:
> https://www.gnu.org/software/emacs/manual/html_node/elisp/Extended-Attributes.html
> https://www.gnu.org/software/emacs/manual/html_node/elisp/Changing-Files.html
>
> wednesday (1):
>   gnu: emacs: Add libselinux to inputs.

Well, I am not sure it is worth to add this selinux for the base Emacs.
Maybe, such addition could be via a variant.  WDYT?


Cheers,
simon
Maxim Cournoyer May 21, 2022, 7:51 p.m. UTC | #2
Hello,

zimoun <zimon.toutoune@gmail.com> writes:

> Hi,
>
> Thank you for your contribution [1].  It appears that we missed it.  Sorry
> for that.
>
> 1: <http://issues.guix.gnu.org/issue/35514>
>
>
> On Tue, 30 Apr 2019 at 22:57, wednesday <jessejohngildersleve@zohomail.eu> wrote:
>
>> Adding libselinux to the inputs of emacs allows it to support it's
>> extended file attributes, so emacs can get and set the selinux context
>> of a file, as explained near the bottom of these pages here:
>> https://www.gnu.org/software/emacs/manual/html_node/elisp/Extended-Attributes.html
>> https://www.gnu.org/software/emacs/manual/html_node/elisp/Changing-Files.html
>>
>> wednesday (1):
>>   gnu: emacs: Add libselinux to inputs.
>
> Well, I am not sure it is worth to add this selinux for the base Emacs.
> Maybe, such addition could be via a variant.  WDYT?

It only adds about 4 MiB to the 1.1 GiB+ closure of Emacs, so I applied
it to the staging branch as 15870cc08d.

Closing; thanks!

Maxim