mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Command:
sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \
$(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \
&& python3 contrib/sort.py etc/profile-*/*
8 lines
274 B
Text
8 lines
274 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include feh-network.inc.local
|
|
|
|
ignore net none
|
|
netfilter
|
|
protocol unix,inet,inet6
|
|
private-etc ca-certificates,crypto-policies,hosts,ld.so.preload,pki,resolv.conf,ssl
|