Home
last modified time | relevance | path

Searched refs:pledge (Results 1 – 25 of 2603) sorted by relevance

12345678910>>...105

/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/pledge-0.4.0/
H A DREADME.md1 # pledge-rs
4 [![crates.io](http://meritbadge.herokuapp.com/pledge)](https://crates.io/crates/pledge)
6 A Rust binding to OpenBSD's pledge(2) interface.
11 /* Rust 2018 only */ use pledge::{pledge, pledge_promises, pledge_execpromises};
26 /* Rust 2015 only */ extern crate pledge;
27 use pledge::{pledge, Promise, ToPromiseString};
47 use pledge::pledge;
54 pledge("stdio exec", None).unwrap();
57 pledge(None, "stdio").unwrap();
61 don’t support pledge(2). You can use `pledge::Error::ignore_platform` to ignore
[all …]
H A DCargo.toml.orig-cargo2 name = "pledge"
5 description = "Rust binding to OpenBSD's pledge(2) interface"
7 repository = "https://github.com/i80and/pledge-rs"
8 documentation = "https://docs.rs/pledge/"
19 travis-ci = { repository = "i80and/pledge-rs" }
H A DCargo.toml14 name = "pledge"
17 description = "Rust binding to OpenBSD's pledge(2) interface"
18 documentation = "https://docs.rs/pledge/"
22 repository = "https://github.com/i80and/pledge-rs"
26 repository = "i80and/pledge-rs"
/dports/devel/p5-Locale-PO/Locale-PO-0.27/t/
H A Dplurals.pot33 #: pb/phplib/pledge.php:267
37 #: pb/phplib/pledge.php:272
44 #: pb/phplib/pledge.php:274
51 #: pb/phplib/pledge.php:277
56 #: pb/phplib/pledge.php:281
63 #: pb/phplib/pledge.php:281
70 #: pb/phplib/pledge.php:283
75 #: pb/phplib/pledge.php:310
79 #: pb/phplib/pledge.php:310
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/pledge-0.4.0/src/
H A Dlib.rs65 pub use openbsd::pledge;
68 pub fn pledge<'p, 'e, P, E>(_: P, _: E) -> Result<(), Error> in pledge() function
74 macro_rules! pledge { macro
87 $crate::pledge(&*promises, &*execpromises)
101 $crate::pledge(&*promises, None)
115 $crate::pledge(None, &*execpromises)
122 use super::{pledge, Promise, ToPromiseString};
153 pledge("stdio", None).unwrap(); in test_as_string()
H A Dopenbsd.rs9 pub fn pledge<'p, 'e, P, E>(promises: P, execpromises: E) -> Result<(), Error> in pledge() function
12 fn pledge(promises: *const c_char, execpromises: *const c_char) -> c_int; in pledge() function
31 return match pledge(promises, execpromises) { in pledge()
/dports/net-mgmt/py-pyang/pyang-1.7.8/modules/ietf/
H A Dietf-voucher.yang33 a pledge's manufacturer or delegate (MASA) to securely assign a
34 pledge to an 'owner', so that the pledge may establish a secure
74 "A voucher assigns a pledge to an owner (pinned-domain-cert).";
93 the expires-on time has not yet passed. A pledge without
127 verification that the pledge and owner are
145 voucher, a pledge MUST ensure that its serial-number
147 pledge MUST NOT process this voucher.";
153 Section 4.2.1.1 of RFC 5280) from the pledge's IDevID
158 When processing a voucher, a pledge MUST ensure that its
176 supplied to the pledge separately by the bootstrapping
[all …]
/dports/security/signify/outils-0.10/
H A DMakefile12 src/usr.bin/apply/apply: src/usr.bin/apply/apply.o src/liboutils/pledge.o src/liboutils/strlcat.o s…
14 …iboutils/getentropy_linux.o src/liboutils/explicit_bzero.o src/liboutils/pledge.o src/liboutils/sh…
16 src/usr.bin/lam/lam: src/usr.bin/lam/lam.o src/usr.bin/lam/utf8.o src/liboutils/pledge.o src/libout…
18 src/usr.bin/lndir/lndir: src/usr.bin/lndir/lndir.o src/liboutils/pledge.o src/liboutils/strlcpy.o s…
20 …5/crc.o src/liboutils/explicit_bzero.o src/liboutils/md5.o src/liboutils/pledge.o src/liboutils/rm…
22 src/usr.bin/rs/rs: src/usr.bin/rs/rs.o src/usr.bin/rs/utf8.o src/liboutils/pledge.o src/liboutils/s…
24 …o src/usr.bin/signify/sc25519.o src/usr.bin/signify/zsig.o src/liboutils/pledge.o src/liboutils/oh…
26 …iboutils/getentropy_linux.o src/liboutils/explicit_bzero.o src/liboutils/pledge.o src/liboutils/sh…
28 src/usr.bin/vis/vis: src/usr.bin/vis/vis.o src/usr.bin/vis/foldit.o src/liboutils/pledge.o src/libo…
30 src/usr.bin/unvis/unvis: src/usr.bin/unvis/unvis.o src/liboutils/pledge.o src/liboutils/unvis.o
[all …]
/dports/science/py-asdf/asdf-2.8.1/
H A DCODE_OF_CONDUCT.md17 - We pledge to treat all people with respect and provide a harassment- and
23 - We pledge to respect the work of others by recognizing acknowledgment/citation
24 requests of original authors. As authors, we pledge to be explicit about how
27 - We pledge to welcome those interested in joining the community, and realize
35 - We pledge to welcome questions and answer them respectfully, paying particular
36 attention to those new to the community. We pledge to provide respectful
40 - We pledge to be conscientious of the perceptions of the wider community and to
46 - We pledge to help the entire community follow the code of conduct, and to not
/dports/devel/taskflow/taskflow-3.2.0/doxygen/governance/
H A Dcodeofconduct.dox23 @li We pledge to treat all people with respect and provide a harassment- and bullying-free environm…
24 @li We pledge to respect the work of others by recognizing acknowledgment/citation requests of orig…
25 @li We pledge to welcome those interested in joining the community, and realize that including peop…
26 @li We pledge to welcome questions and answer them respectfully, paying particular attention to tho…
27 @li We pledge to be conscientious of the perceptions of the wider community and to respond to criti…
28 @li We pledge to help the entire community follow the code of conduct, and to not remain silent whe…
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/src/bin/xd/
H A Dmain.rs13 use pledge::{pledge, pledge_promises};
27 expect_pledge(pledge![Stdio Rpath Unveil,]); in main()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/unveil-0.2.1/
H A DREADME.md46 - [pledge-rs](https://crates.io/crates/pledge) - Rust binding for OpenBSD's pledge(2).
/dports/security/pam_ssh/pam_ssh-8.0/openbsd-compat/
H A Dbsd-misc.h32 int pledge(const char *promises, const char *paths[]);
34 #define pledge(request, paths) 0 macro
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/systemservices/
H A DMediaChild.cpp83 RefPtr<Pledge<nsCString>> pledge = in RecvGetPrincipalKeyResponse() local
85 if (pledge) { in RecvGetPrincipalKeyResponse()
86 pledge->Resolve(aKey); in RecvGetPrincipalKeyResponse()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/systemservices/
H A DMediaChild.cpp94 RefPtr<Pledge<nsCString>> pledge = mgr->mGetOriginKeyPledges.Remove(aRequestId); in RecvGetOriginKeyResponse() local
95 if (pledge) { in RecvGetOriginKeyResponse()
96 pledge->Resolve(aKey); in RecvGetOriginKeyResponse()
/dports/databases/memcached/memcached-1.6.12/
H A Dopenbsd_priv.c18 if (pledge("stdio unix", NULL) == -1) { in drop_privileges()
23 if (pledge("stdio inet", NULL) == -1) { in drop_privileges()
/dports/net/openrsync/openrsync-8b61216/
H A DTODO.md18 - Easy: tighten the [pledge(2)](https://man.openbsd.org/pledge.2) and
32 [pledge(2)](https://man.openbsd.org/pledge.2)) to
H A Dsocket.c282 if (pledge("stdio unix rpath wpath cpath dpath inet fattr chown dns getpw unveil", in rsync_connect()
306 if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw inet unveil", in rsync_connect()
328 if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw unveil", in rsync_connect()
366 if (pledge("stdio unix rpath wpath cpath dpath fattr chown getpw unveil", in rsync_socket()
/dports/devel/kore/kore-4.1.0/src/
H A Dbsd.c312 if (pledge(pledges, NULL) == -1) in kore_platform_pledge()
317 kore_platform_add_pledge(const char *pledge) in kore_platform_add_pledge() argument
325 len = strlcat(pledges, pledge, sizeof(pledges)); in kore_platform_add_pledge()
327 fatal("truncation on pledges (%s)", pledge); in kore_platform_add_pledge()
/dports/security/signify/outils-0.10/src/usr.bin/unvis/
H A Dunvis.c46 if (pledge("stdio rpath", NULL) == -1) in main()
69 if (pledge("stdio", NULL) == -1) in main()
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.bin/htpasswd/
H A Dhtpasswd.c87 if (pledge("stdio rpath wpath cpath flock tmppath tty", NULL) == -1) in main()
97 else if (pledge("stdio", NULL) == -1) in main()
119 if (pledge("stdio tty", NULL) == -1) in main()
/dports/www/sfeed/sfeed-1.0/
H A Dsfeed_plain.c57 if (pledge("stdio rpath", NULL) == -1) in main()
62 if (pledge(argc == 1 ? "stdio" : "stdio rpath", NULL) == -1) in main()
/dports/irc/pounce/pounce-3.0/
H A Dbounce.c291 error = pledge("stdio inet dns", NULL); in main()
327 error = pledge("stdio rpath inet dns cpath unix recvfd", NULL); in main()
329 error = pledge("stdio rpath inet dns", NULL); in main()
345 error = pledge("stdio rpath cpath unix recvfd", NULL); in main()
347 error = pledge("stdio rpath inet", NULL); in main()
469 int error = pledge("stdio tty", NULL); in hashPass()
518 error = pledge("stdio proc exec", NULL); in genCert()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/
H A DCargo.toml23 pledge = { version = "0.4.0", optional = true }
45 bin = ["pledge", "unveil", "jane-eyre", "lazy_static", "atty", "clap", "nix", "winapi-util"]
/dports/security/signify/outils-0.10/src/usr.bin/vis/
H A Dvis.c58 if (pledge("stdio rpath", NULL) == -1) in main()
122 if (pledge("stdio", NULL) == -1) in main()

12345678910>>...105