trim excess whitespace

This commit is contained in:
a1346054 2021-08-31 12:21:43 +00:00
parent 8d36b8675c
commit 6eafbfdfcc
No known key found for this signature in database
GPG key ID: D149AD21DC40440C
20 changed files with 52 additions and 58 deletions

View file

@ -1,4 +1,3 @@
If your PR isn't about profiles or you have no idea how to do one of these, skip the following and go ahead with this PR. If your PR isn't about profiles or you have no idea how to do one of these, skip the following and go ahead with this PR.
If you submit a PR for new profiles or changing profiles, please do the following: If you submit a PR for new profiles or changing profiles, please do the following:

View file

@ -19,4 +19,3 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: check profiles - name: check profiles
run: ./contrib/sort.py etc/*/{*.inc,*.profile} run: ./contrib/sort.py etc/*/{*.inc,*.profile}

View file

@ -1,4 +1,3 @@
# Firejail profile for atom # Firejail profile for atom
# Description: A hackable text editor for the 21st Century # Description: A hackable text editor for the 21st Century
# This file is overwritten after every install/update # This file is overwritten after every install/update

View file

@ -8,4 +8,3 @@ on May 21, 2019:
The original discussion thread: https://github.com/netblue30/firejail/issues/2718 The original discussion thread: https://github.com/netblue30/firejail/issues/2718
The fix on mainline: https://github.com/netblue30/firejail/commit/eecf35c2f8249489a1d3e512bb07f0d427183134 The fix on mainline: https://github.com/netblue30/firejail/commit/eecf35c2f8249489a1d3e512bb07f0d427183134

View file

@ -60,9 +60,7 @@ blacklist /usr/lib/tcc
blacklist ${PATH}/valgrind* blacklist ${PATH}/valgrind*
blacklist /usr/lib/valgrind blacklist /usr/lib/valgrind
# Source-Code # Source-Code
blacklist /usr/src blacklist /usr/src
blacklist /usr/local/src blacklist /usr/local/src
blacklist /usr/include blacklist /usr/include

View file

@ -5,7 +5,7 @@
# http://bash-completion.alioth.debian.org # http://bash-completion.alioth.debian.org
#******************************************************************* #*******************************************************************
__interfaces(){ __interfaces() {
cut -f 1 -d ':' /proc/net/dev | tail -n +3 | grep -v lo | xargs cut -f 1 -d ':' /proc/net/dev | tail -n +3 | grep -v lo | xargs
} }